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:
parent
942e03b2b1
commit
feb0c15aee
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user