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: I2ba585868b451091365b17d1f230ab505e03f4ad
This commit is contained in:
Hervé Beraud 2020-06-09 12:05:48 +02:00
parent ae40b5560f
commit ec052afe98
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ jsonpointer==1.13
keystoneauth1==3.4.0 keystoneauth1==3.4.0
linecache2==1.0.0 linecache2==1.0.0
mccabe==0.2.1 mccabe==0.2.1
mock==2.0.0
monotonic==0.6 monotonic==0.6
munch==2.1.0 munch==2.1.0
netaddr==0.7.18 netaddr==0.7.18