summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Schubert <contact@benschubert.me>2020-08-29 12:08:25 +0100
committerbst-marge-bot <marge-bot@buildstream.build>2020-08-30 15:36:34 +0000
commitdf15640262026c0f2e6fa54b05915d6a9912620e (patch)
tree27517c73ba8554e4e986c77b81c08a0251531dcf
parent80b8dc528e38c7e12f8dcbaed79ac6311e612cf2 (diff)
downloadbuildstream-bschubert/typing.tar.gz
setup.cfg: Remove pytest and py from the list of non-typechecked modulesbschubert/typing
pytest now provides type annotations
-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
#