summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominic <yobmod@gmail.com>2021-07-19 14:30:10 +0100
committerGitHub <noreply@github.com>2021-07-19 14:30:10 +0100
commit06c219929a427737b43c5dfd5359019f2c110d41 (patch)
tree4b977b03d85d973e1342205c9f205045e9e26be2
parent1a6dd81d72b3e507c066d2ce31e2d2b003b592f2 (diff)
downloadgitpython-06c219929a427737b43c5dfd5359019f2c110d41.tar.gz
Add mypy to test-requirements.txt
also rmv coverage, as pytest-cov brings that
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index c5be39a2..7397c373 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,5 +1,5 @@
ddt>=1.1.1
-coverage
+mypy
flake8
virtualenv
pytest