Bump min version of testtools
Any version of testtools lower than 2.5.0 fails if the
attribute 'result_supports_subtests' is present on any
test object because of old unittest support.
See also https://github.com/testing-cabal/testtools/issues/235
and 38fc9a9e30
for more info.
Change-Id: I23a1ca789f4ea4ffd981e1071f3c2c6c333ac330
This commit is contained in:
parent
cbaa871b25
commit
d26e0d2b7b
@ -11,7 +11,7 @@ oslo.reports>=1.18.0 # Apache-2.0
|
||||
oslotest>=3.2.0 # Apache-2.0
|
||||
stestr>=2.0.0 # Apache-2.0
|
||||
psycopg2>=2.8.5 # LGPL/ZPL
|
||||
testtools>=2.2.0 # MIT
|
||||
testtools>=2.5.0 # MIT
|
||||
WebTest>=2.0.27 # MIT
|
||||
pysnmp>=4.4.12
|
||||
bandit!=1.6.0,>=1.1.0,<2.0.0 # Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user