From 51c9b13082b70bde91e553c5803bb2f403657b34 Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Mon, 27 Jan 2020 08:47:23 -0800 Subject: [PATCH] Add unittest2 back to lower-constraints.txt testtools (required by os-testr) still requires unittest2; until * testtools no longer requires unittest2 and * we bump up our minimum-supported version of testtools to a version that doesn't reference unittest2, we should continue listing unittest2 in lower-constraints.txt (just in case they ever have a new release). Admittedly, that seems unlikely at this point -- unittest2's latest release was back in 2015. Change-Id: I09301bf81d68357ec006a21dd37e72c56cefffe3 --- lower-constraints.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/lower-constraints.txt b/lower-constraints.txt index 7cb89b053b..536e8b61ed 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -85,6 +85,7 @@ stestr==2.0.0 stevedore==1.28.0 testtools==2.3.0 traceback2==1.4.0 +unittest2==1.1.0 urllib3==1.22 voluptuous==0.11.1 wrapt==1.10.11