summaryrefslogtreecommitdiff
path: root/tox.ini
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 /tox.ini
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 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
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
#