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: I81e07cd68e370422675b939863138e23de444eef
This commit is contained in:
Hervé Beraud 2020-06-09 00:06:28 +02:00
parent d1dc0902a9
commit 9d20d60e89
2 changed files with 0 additions and 2 deletions

View File

@ -12,7 +12,6 @@ imagesize==0.7.1
Jinja2==2.10
linecache2==1.0.0
MarkupSafe==1.0
mock==2.0.0
pbr==2.0.0
prettytable==0.7.2
Pygments==2.2.0

View File

@ -5,7 +5,6 @@
python-subunit>=1.0.0 # Apache-2.0/BSD
stestr>=1.0.0 # Apache-2.0
testtools>=2.2.0 # MIT
mock>=2.0.0 # BSD
testscenarios>=0.4 # Apache-2.0/BSD
coverage!=4.4,>=4.0 # Apache-2.0