summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2014-11-18 11:36:12 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2014-11-18 11:36:12 +0000
commitc54d3a95ed0349342266d3b50706daa1aea09d1c (patch)
treefdc6c532e6b81f2183d9494dc956c81de642cdf7
parent58cfd8262e3a071b042fadedccfa229633fb3702 (diff)
downloadoslo-db-c54d3a95ed0349342266d3b50706daa1aea09d1c.tar.gz
Updated from global requirements
Change-Id: Ic80266ad328243a91688bc573be7e49d026c4b1f
-rw-r--r--test-requirements-py2.txt2
-rw-r--r--test-requirements-py3.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/test-requirements-py2.txt b/test-requirements-py2.txt
index 13cea90..0cfa61e 100644
--- a/test-requirements-py2.txt
+++ b/test-requirements-py2.txt
@@ -16,4 +16,4 @@ oslosphinx>=2.2.0 # Apache-2.0
oslotest>=1.2.0 # Apache-2.0
testrepository>=0.0.18
testscenarios>=0.4
-testtools>=0.9.36
+testtools>=0.9.36,!=1.2.0,!=1.4.0
diff --git a/test-requirements-py3.txt b/test-requirements-py3.txt
index 4f195da..d75b387 100644
--- a/test-requirements-py3.txt
+++ b/test-requirements-py3.txt
@@ -15,7 +15,7 @@ oslosphinx>=2.2.0 # Apache-2.0
oslotest>=1.2.0 # Apache-2.0
testrepository>=0.0.18
testscenarios>=0.4
-testtools>=0.9.36
+testtools>=0.9.36,!=1.2.0,!=1.4.0
# TODO(harlowja): add in pymysql when able to...
# https://review.openstack.org/#/c/123737