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:
@@ -15,7 +15,7 @@ python-subunit>=0.0.18
|
|||||||
sphinx>=1.1.2,<1.2
|
sphinx>=1.1.2,<1.2
|
||||||
sphinxcontrib_issuetracker
|
sphinxcontrib_issuetracker
|
||||||
testrepository>=0.0.17
|
testrepository>=0.0.17
|
||||||
testtools>=0.9.34
|
testtools>=0.9.34,<0.9.36
|
||||||
|
|
||||||
scripttest
|
scripttest
|
||||||
# NOTE(rpodolyaka): This version identifier is currently necessary as
|
# NOTE(rpodolyaka): This version identifier is currently necessary as
|
||||||
|
Reference in New Issue
Block a user