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: I71a09f2eddd3a344225cb69f9679e99fdeb3e2db
This commit is contained in:
Hervé Beraud 2020-06-09 01:11:19 +02:00
parent b5683a0534
commit 46c876fef2
2 changed files with 0 additions and 2 deletions

View File

@ -12,7 +12,6 @@ Jinja2==2.10
linecache2==1.0.0 linecache2==1.0.0
MarkupSafe==1.0 MarkupSafe==1.0
mccabe==0.6.0 mccabe==0.6.0
mock==2.0.0
pycodestyle==2.4.0 pycodestyle==2.4.0
pyflakes==2.0.0 pyflakes==2.0.0
Pygments==2.2.0 Pygments==2.2.0

View File

@ -3,7 +3,6 @@
# process, which may cause wedges in the gate later. # process, which may cause wedges in the gate later.
coverage!=4.4,>=4.0 # Apache-2.0 coverage!=4.4,>=4.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD fixtures>=3.0.0 # Apache-2.0/BSD
mock>=2.0.0 # BSD
python-subunit>=1.0.0 # Apache-2.0/BSD python-subunit>=1.0.0 # Apache-2.0/BSD
stestr>=2.0.0 # Apache-2.0 stestr>=2.0.0 # Apache-2.0
testscenarios>=0.4 # Apache-2.0/BSD testscenarios>=0.4 # Apache-2.0/BSD