diff options
Diffstat (limited to 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index 6fb22b24..0a6a04d4 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,12 +1,7 @@ # Needed generally in tests httpretty>=0.7.1 -nose -unittest2 -coverage - -# Only needed if you want to know the test times -# nose-timer +pytest +pytest-cov # Only really needed on older versions of python -contextlib2 setuptools |