From 4f89713c6fcc90257354597d8e63ba8951ef2553 Mon Sep 17 00:00:00 2001 From: Sergey Lukjanov Date: Wed, 29 Jan 2014 15:22:36 +0400 Subject: [PATCH] Temporary fix testtols version to unblock gate Gate is broken now due to the bug 1274056 Logstash: http://logstash.openstack.org/#eyJzZWFyY2giOiJtZXNzYWdlOiBcIkltcG9ydEVycm9yOiBjYW5ub3QgaW1wb3J0IG5hbWUgYWxsXCIiLCJmaWVsZHMiOltdLCJvZmZzZXQiOjAsInRpbWVmcmFtZSI6IjkwMCIsImdyYXBobW9kZSI6ImNvdW50IiwidGltZSI6eyJ1c2VyX2ludGVydmFsIjowfSwic3RhbXAiOjEzOTA5OTMwMjU5MDF9 Change-Id: I61a673c7037be05456d227bcd2366c77f23b7551 --- global-requirements.txt | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/global-requirements.txt b/global-requirements.txt index 7020c59774..fb7d3e1ee8 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -157,6 +157,6 @@ swift testrepository>=0.0.17 testresources>=0.2.4 testscenarios>=0.4 -testtools>=0.9.32 +testtools>=0.9.32,<0.9.35 unittest2 WebTest>=2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 0bc2ade6aa..394e8f831f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,4 +3,4 @@ hacking>=0.8.0,<0.9 testrepository>=0.0.17 testscenarios>=0.4 -testtools>=0.9.32 +testtools>=0.9.32,<0.9.35