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
This commit is contained in:
Sergey Lukjanov 2014-01-29 15:22:36 +04:00
parent 54c30d935e
commit 4f89713c6f
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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