drop mock from lower-constraints
The mock third party library was needed for mock support in py2 runtimes. Since we now only support py36 and later, we don't need it in lower-constraints. These changes will help us to drop `mock` from openstack/requirements Change-Id: I16298d48f6be9d994c13f0e5c400768d9445cbb0changes/11/734511/1 4.2.0
parent
aa3c66584c
commit
57cb1e5e4c
|
@ -29,7 +29,6 @@ jsonschema==3.2.0
|
|||
keystoneauth1==3.4.0
|
||||
linecache2==1.0.0
|
||||
mccabe==0.2.1
|
||||
mock==2.0.0
|
||||
monotonic==0.6
|
||||
mox3==0.20.0
|
||||
msgpack-python==0.4.0
|
||||
|
|
Loading…
Reference in New Issue