summaryrefslogtreecommitdiff
path: root/lower-constraints.txt
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2020-01-27 08:47:23 -0800
committerTim Burke <tim.burke@gmail.com>2020-01-27 08:47:28 -0800
commit51c9b13082b70bde91e553c5803bb2f403657b34 (patch)
tree9421f268a42c05f39dc3b101d028c90a1098a542 /lower-constraints.txt
parent742835a6ec12944f606d6cd65ca7f18fdf78a09c (diff)
downloadswift-51c9b13082b70bde91e553c5803bb2f403657b34.tar.gz
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
Diffstat (limited to 'lower-constraints.txt')
-rw-r--r--lower-constraints.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lower-constraints.txt b/lower-constraints.txt
index 7cb89b053..536e8b61e 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