diff options
author | Dominic <yobmod@gmail.com> | 2021-07-19 14:30:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-19 14:30:10 +0100 |
commit | 06c219929a427737b43c5dfd5359019f2c110d41 (patch) | |
tree | 4b977b03d85d973e1342205c9f205045e9e26be2 | |
parent | 1a6dd81d72b3e507c066d2ce31e2d2b003b592f2 (diff) | |
download | gitpython-06c219929a427737b43c5dfd5359019f2c110d41.tar.gz |
Add mypy to test-requirements.txt
also rmv coverage, as pytest-cov brings that
-rw-r--r-- | test-requirements.txt | 2 |
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 |