diff options
author | Dominic <yobmod@gmail.com> | 2021-07-12 22:12:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-12 22:12:03 +0100 |
commit | 4f9ef1f80c20dc913f707e079847c787a30b7313 (patch) | |
tree | 151b8600df573371face4d560fb61e7da3372a99 | |
parent | bc48d753c29f776554e1d7ef57f5727fe885d34e (diff) | |
download | gitpython-4f9ef1f80c20dc913f707e079847c787a30b7313.tar.gz |
Update dev-requirements.txt
Add pytest plugins
-rw-r--r-- | dev-requirements.txt | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt index abb677d0..6644bacd 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,10 +1,7 @@ -ddt>=1.1.1
-coverage
-flake8
-flake8-type-checking;python_version>="3.8"
-tox
-mypy
+-r requirements.txt
+-r test-requirements.txt
+
pytest
pytest-cov
-gitdb>=4.0.1,<5
-typing-extensions>=3.7.4.3;python_version<"3.10"
+pytest-sugar
+pytest-icdiff
|