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:
parent
742835a6ec
commit
51c9b13082
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user