summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
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 88a67a26..aa01fa88 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -2,7 +2,9 @@
httpretty>=0.7.1
mock
nose
-nose-timer
+
+# Only needed if u want to know the test times
+# nose-timer
# Only really needed on older versions of python
contextlib2