summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt7
1 files changed, 2 insertions, 5 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 6fb22b24..057115b6 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,11 +1,8 @@
# Needed generally in tests
httpretty>=0.7.1
-nose
+pytest
unittest2
-coverage
-
-# Only needed if you want to know the test times
-# nose-timer
+pytest-cov
# Only really needed on older versions of python
contextlib2