summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorDominic <yobmod@gmail.com>2021-07-12 22:59:51 +0100
committerGitHub <noreply@github.com>2021-07-12 22:59:51 +0100
commit3b9b1538cb4eb58a35eaa1db60b9ac2900682b37 (patch)
treef6e46095e1d0d599d24a95fee70fa56558ceb259 /test-requirements.txt
parent37c7121898b8f8b611a78308b3f0660de031021a (diff)
downloadgitpython-3b9b1538cb4eb58a35eaa1db60b9ac2900682b37.tar.gz
Update test-requirements.txt
Replace nose with pytest
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index a8a3a152..7359ed00 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -3,6 +3,8 @@ coverage
flake8
tox
virtualenv
-nose;python_version<"3.10"
+pytest
+pytest-cov
+pytest-sugar
gitdb>=4.0.1,<5
typing-extensions>=3.7.4.3;python_version<"3.10"