summaryrefslogtreecommitdiff
path: root/setup.cfg
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 /setup.cfg
parent80b8dc528e38c7e12f8dcbaed79ac6311e612cf2 (diff)
downloadbuildstream-df15640262026c0f2e6fa54b05915d6a9912620e.tar.gz
setup.cfg: Remove pytest and py from the list of non-typechecked modulesbschubert/typing
pytest now provides type annotations
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 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