From 62d732277de5cf663172eafe6d3a6c149a9cf814 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Tue, 18 Nov 2014 11:36:21 +0000 Subject: Updated from global requirements Change-Id: I18f14ce95441c77b080227e2cf7125bd219675f3 --- test-requirements-py3.txt | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test-requirements-py3.txt b/test-requirements-py3.txt index bd0f078..0b8daae 100644 --- a/test-requirements-py3.txt +++ b/test-requirements-py3.txt @@ -9,7 +9,7 @@ fixtures>=0.3.14 python-subunit>=0.0.18 testrepository>=0.0.18 testscenarios>=0.4 -testtools>=0.9.36 +testtools>=0.9.36,!=1.2.0,!=1.4.0 # 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 2d075f8..1b73335 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,7 +9,7 @@ fixtures>=0.3.14 python-subunit>=0.0.18 testrepository>=0.0.18 testscenarios>=0.4 -testtools>=0.9.36 +testtools>=0.9.36,!=1.2.0,!=1.4.0 # this is required for the docs build jobs sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 -- cgit v1.2.1