summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test-requirements-py3.txt3
-rw-r--r--test-requirements.txt2
2 files changed, 3 insertions, 2 deletions
diff --git a/test-requirements-py3.txt b/test-requirements-py3.txt
index faa4988dc..16e122f8f 100644
--- a/test-requirements-py3.txt
+++ b/test-requirements-py3.txt
@@ -24,11 +24,12 @@ pymongo<3.0,>=2.6.3
-e git+https://github.com/rbarrois/python-ldap.git@py3#egg=python-ldap
+
# Testing
# computes code coverage percentages
coverage>=3.6
# fixture stubbing
-fixtures>=0.3.14
+fixtures<1.3.0,>=0.3.14
# xml parsing
lxml>=2.3
# mock object framework
diff --git a/test-requirements.txt b/test-requirements.txt
index 04c0440bf..6249173f5 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -23,7 +23,7 @@ ldappool>=1.0 # MPL
# computes code coverage percentages
coverage>=3.6
# fixture stubbing
-fixtures>=0.3.14
+fixtures<1.3.0,>=0.3.14
# xml parsing
lxml>=2.3
# mock object framework