summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg8
1 files changed, 6 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 96b7baf4a..6a3e8c7f5 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -51,8 +51,12 @@ follow_imports = skip
[mypy-pip._vendor.requests.*]
follow_imports = skip
-[mypy-tests.*]
-# TODO: The following option should be removed at some point in the future.
+# TODO: The following options should be removed at some point in the future.
+[mypy-tests.conftest]
+allow_untyped_defs = True
+[mypy-tests.lib.*]
+allow_untyped_defs = True
+[mypy-tests.functional.*]
allow_untyped_defs = True
[tool:pytest]