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: Ibd75ec2b512dd9ef1e56560eca6f59c033891e82
This commit is contained in:
Hervé Beraud 2020-06-09 12:09:55 +02:00
parent ae9fc93da2
commit 07d787ff45
2 changed files with 0 additions and 2 deletions

View File

@ -54,7 +54,6 @@ logilab-common==1.4.2
Mako==1.0.7
MarkupSafe==1.1.0
microversion-parse==0.2.1
mock==2.0.0
monotonic==1.5
mox3==0.26.0
msgpack==0.6.1

View File

@ -9,7 +9,6 @@ bashate>=0.5.1 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
doc8>=0.6.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
mock>=2.0.0 # BSD
oslotest>=3.2.0 # Apache-2.0
stestr>=1.0.0 # Apache-2.0
pylint==1.4.5 # GPLv2