From 82098f63bc51971ce87cb240a6ef0f146d3de3ed Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Sun, 12 Jan 2020 02:38:39 -0600 Subject: Drop unittest2 usage unittest2 was needed for Python versions <= 2.6, so it has not been needed for quite some time now. See unittest2 note on: https://docs.python.org/2.7/library/unittest.html This drops unittest2 in favor of the standard unittest package. Change-Id: I40882f14ff2ac121764b432fc745b21ae751e321 Signed-off-by: Sean McGinnis --- lower-constraints.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'lower-constraints.txt') diff --git a/lower-constraints.txt b/lower-constraints.txt index e16d0be..7c25647 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -66,6 +66,5 @@ testresources==2.0.0 testscenarios==0.4 testtools==2.2.0 traceback2==1.4.0 -unittest2==1.1.0 wrapt==1.7.0 xattr==0.9.2 -- cgit v1.2.1