summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test-requirements.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 1b82ab0..1382391 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,10 +1,10 @@
coverage>=3.6
discover
fixtures>=0.3.12
-flake8
+flake8==2.0
python-subunit
sphinx>=1.1.2
-testrepository>=0.0.13
-testresources
-testscenarios
-testtools>=0.9.27
+testrepository>=0.0.17
+testresources<0.3
+testscenarios>=0.4,<0.5
+testtools>=0.9.32