drop mock from lower-constraints and requirements

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 and requirements.

These changes will help us to drop `mock` from openstack/requirements

Change-Id: I1a31c6c5a04e0e883cf956a5ae74f444b1673332
This commit is contained in:
Hervé Beraud 2020-06-09 10:46:06 +02:00
parent 6d1c85303d
commit 2fa5af2c2b
2 changed files with 0 additions and 2 deletions

View File

@ -44,7 +44,6 @@ kombu==4.0.0
linecache2==1.0.0
MarkupSafe==1.0
mccabe==0.2.1
mock==2.0.0
monotonic==0.6
msgpack-python==0.4.0
munch==2.1.0

View File

@ -7,4 +7,3 @@ hacking>=3.0.1,<3.1.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
flake8-import-order==0.13 # LGPLv3
mock>=2.0.0 # BSD