summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo Pittau <elfosardo@gmail.com>2022-10-13 09:03:24 +0200
committerRiccardo Pittau <elfosardo@gmail.com>2022-10-13 09:03:24 +0200
commitd26e0d2b7b4353873c90b5a64a7fdcd71dab035e (patch)
tree38beee067f2fee6ec41afa20b3df64d8deba60ee
parentcbaa871b255d81594fa35ac21c5ed391f0f47b74 (diff)
downloadironic-d26e0d2b7b4353873c90b5a64a7fdcd71dab035e.tar.gz
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 https://github.com/testing-cabal/testtools/pull/277/commits/38fc9a9e302f68d471d7b097c7327b4ff7348790 for more info. Change-Id: I23a1ca789f4ea4ffd981e1071f3c2c6c333ac330
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index bd29d9394..0c4bdb0ca 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -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