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: If4c8be03f0f6d7fcc73a2674a368268f8b0fab2e
This commit is contained in:
Hervé Beraud 2020-06-09 12:13:01 +02:00
parent c995271ae0
commit eff94f91cc
2 changed files with 0 additions and 2 deletions

View File

@ -41,7 +41,6 @@ linecache2==1.0.0
logilab-common==1.4.1
MarkupSafe==1.0
mccabe==0.2.1
mock==2.0.0
monotonic==1.4
msgpack==0.5.6
munch==2.2.0

View File

@ -4,7 +4,6 @@
hacking>=3.0.1,<3.1.0 # Apache-2.0
coverage>=4.5.1 # Apache-2.0
mock>=2.0.0 # BSD
oslo.config>=5.2.0 # Apache-2.0
pylint==1.4.5 # GPLv2
selenium>=3.11.0 # Apache-2.0