summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.cfg2
-rw-r--r--tox.ini2
2 files changed, 3 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index f2ae3c316..19ffbcbc2 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -28,7 +28,7 @@ warn_no_return = True
# Ignore missing stubs for third-party packages.
# In future, these should be re-enabled if/when stubs for them become available.
-[mypy-copyreg,grpc,pluginbase,psutil,py,pyroaring,pytest,_pytest.*,ruamel]
+[mypy-copyreg,grpc,pluginbase,psutil,pyroaring,ruamel]
ignore_missing_imports=True
# Ignore issues with generated files and vendored code
diff --git a/tox.ini b/tox.ini
index f347e06e3..0c798f284 100644
--- a/tox.ini
+++ b/tox.ini
@@ -160,6 +160,8 @@ commands =
mypy {posargs}
deps =
mypy==0.730
+ -rrequirements/requirements.txt
+ -rrequirements/dev-requirements.txt
#