Unpin testtools version and bump subunit to >=0.0.18
The problem of incompatibility between subunit<0.0.18 and testtools>=0.9.35 was fixed in subunit>=0.0.18: https://launchpad.net/subunit/trunk/0.0.18 Additionally, subunit is now depends on testtools>=0.9.34 Change-Id: If74785f9d9a59a9d6dc534b02f25ad041ee777cb
This commit is contained in:
@@ -2,8 +2,9 @@ hacking>=0.8.0,<0.9
|
||||
discover
|
||||
coverage>=3.6
|
||||
mock>=1.0
|
||||
python-subunit>=0.0.18
|
||||
testrepository>=0.0.17
|
||||
testtools>=0.9.32,<0.9.35
|
||||
testtools>=0.9.34
|
||||
# ZooKeeper
|
||||
kazoo>=1.3.1
|
||||
zake>=0.0.13
|
||||
|
||||
Reference in New Issue
Block a user