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: I8dca3772b3b5295b6216830289aa6e61d213d45c
This commit is contained in:
parent
fce28c7042
commit
b5e08f2276
@ -6,7 +6,6 @@ fixtures==3.0.0
|
|||||||
hacking==1.1.0
|
hacking==1.1.0
|
||||||
keystoneauth1===3.18.0
|
keystoneauth1===3.18.0
|
||||||
mistral-lib==1.4.0
|
mistral-lib==1.4.0
|
||||||
mock==2.0.0
|
|
||||||
oslo.log==3.36.0
|
oslo.log==3.36.0
|
||||||
oslotest==3.2.0
|
oslotest==3.2.0
|
||||||
pbr==2.0.0
|
pbr==2.0.0
|
||||||
|
Loading…
Reference in New Issue
Block a user