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: I25645fcff3c772d5c5cd1f4564385fa943871e01
This commit is contained in:
Hervé Beraud 2020-06-08 22:22:45 +02:00 committed by Radosław Piliszek
parent 24944d3f1f
commit 4ef452bac9
2 changed files with 1 additions and 2 deletions

View File

@ -17,7 +17,7 @@ test_bashate
Tests for `bashate` module.
"""
import mock
from unittest import mock
from bashate import bashate
from bashate import messages

View File

@ -3,7 +3,6 @@
# process, which may cause wedges in the gate later.
hacking>=3.0.1,<3.1.0 # Apache-2.0
mock>=1.2
coverage>=3.6
discover