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
This commit is contained in:
Tim Burke 2020-01-27 08:47:23 -08:00
parent 742835a6ec
commit 51c9b13082
1 changed files with 1 additions and 0 deletions

View File

@ -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