Pin testtools to < 0.9.36

New testtools require that setUp() and tearDown() are not called twice,
while test_schema is built around multiple calls. So pinning the version
for now until a proper fix is implemented.

Closes-Bug: 1360252
Change-Id: I184db35242d036dacc7933c1d762cccc7f5c40bb
This commit is contained in:
Ihar Hrachyshka 2014-08-22 23:32:22 +02:00
parent 942e03b2b1
commit feb0c15aee
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ python-subunit>=0.0.18
sphinx>=1.1.2,<1.2
sphinxcontrib_issuetracker
testrepository>=0.0.17
testtools>=0.9.34
testtools>=0.9.34,<0.9.36
scripttest
# NOTE(rpodolyaka): This version identifier is currently necessary as