requirements: Bump minimum testtools to 2.5.0

This release removed the use of unittest2 in favour of the stdlib
unittest module. unittest2 hasn't been maintained in years and has some
quirky behavior differences to stdlib unittest. By bumping to 2.5.0, we
avoid anyone having to use this.

Change-Id: Ic3b257c799fe1669933c13f9571208740cd1cd1a
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
Stephen Finucane 2021-12-23 10:34:07 +00:00
parent 452913a284
commit ff1dbb5eb4
2 changed files with 2 additions and 2 deletions

View File

@ -149,7 +149,7 @@ tenacity==6.3.1
testrepository==0.0.20
testresources==2.0.0
testscenarios==0.4
testtools==2.2.0
testtools==2.5.0
tooz==1.58.0
traceback2==1.4.0
types-paramiko==0.1.3

View File

@ -19,7 +19,7 @@ stestr>=2.0.0 # Apache-2.0
osprofiler>=1.4.0 # Apache-2.0
testresources>=2.0.0 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=2.2.0 # MIT
testtools>=2.5.0 # MIT
bandit>=1.1.0 # Apache-2.0
gabbi>=1.35.0 # Apache-2.0
wsgi-intercept>=1.7.0 # MIT License