From d26e0d2b7b4353873c90b5a64a7fdcd71dab035e Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Thu, 13 Oct 2022 09:03:24 +0200 Subject: [PATCH] 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 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index bd29d9394e..0c4bdb0ca1 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