Bump testtools version to support message parameter in assertIn
Commit aa67a51299faa5e51da2e96fcf3b0ba3fc2ddc86 introduced usage of the `message` parameter to `assertIn`. The current minimium version of `testtools` doesn't support it, so we need to bump up to at least version 0.3.6. Change-Id: I6985bd1daa373348f2f37e26fb5597ac3e46f316 Closes-Bug: 1387870
This commit is contained in:
@@ -226,7 +226,7 @@ swift
|
||||
testrepository>=0.0.18
|
||||
testresources>=0.2.4
|
||||
testscenarios>=0.4
|
||||
testtools>=0.9.34
|
||||
testtools>=0.9.36
|
||||
trollius>=1.0
|
||||
unittest2
|
||||
wrapt>=1.7.0 # BSD License
|
||||
|
||||
Reference in New Issue
Block a user