summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-02-06 08:29:44 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-02-06 08:29:44 +0000
commit4b147f63ec3f625b396bf419b505ae5d863baacf (patch)
treed14b739fdcdedd6f3089cb96291ff1c8f3cf8c45
parent3cfa9153405b0bd7faf88d31cd9188324a20b473 (diff)
downloadoslo-rootwrap-stable/kilo.tar.gz
Updated from global requirementskilo-eolstable/kilo
Change-Id: I3553b85c4f64927944697cad3339ac911d8b8fc6
-rw-r--r--test-requirements-py3.txt2
-rw-r--r--test-requirements.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/test-requirements-py3.txt b/test-requirements-py3.txt
index 2ce8982..9099192 100644
--- a/test-requirements-py3.txt
+++ b/test-requirements-py3.txt
@@ -9,7 +9,7 @@ fixtures<1.3.0,>=0.3.14
python-subunit>=0.0.18
testrepository>=0.0.18
testscenarios>=0.4
-testtools!=1.2.0,>=0.9.36
+testtools!=1.2.0,<2.0.0,>=0.9.36
# when we can require tox>= 1.4, this can go into tox.ini:
# [testenv:cover]
diff --git a/test-requirements.txt b/test-requirements.txt
index 707a7d4..06adc2c 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9,7 +9,7 @@ fixtures<1.3.0,>=0.3.14
python-subunit>=0.0.18
testrepository>=0.0.18
testscenarios>=0.4
-testtools!=1.2.0,>=0.9.36
+testtools!=1.2.0,<2.0.0,>=0.9.36
# this is required for the docs build jobs
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2