summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorStephen Finucane <stephenfin@redhat.com>2021-12-23 10:34:07 +0000
committerStephen Finucane <stephenfin@redhat.com>2022-01-28 12:27:06 +0000
commitff1dbb5eb4525a5e63fb04daae1297e770688862 (patch)
tree81b413943c8f83c3fe70fe3d5a92df20a09ed036 /test-requirements.txt
parent452913a284a57a6d347c1e09c1a973faae9bccf2 (diff)
downloadnova-ff1dbb5eb4525a5e63fb04daae1297e770688862.tar.gz
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>
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 44cb2bacf7..3f3c1c0cb5 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -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