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:
parent
24944d3f1f
commit
4ef452bac9
@ -17,7 +17,7 @@ test_bashate
|
||||
Tests for `bashate` module.
|
||||
"""
|
||||
|
||||
import mock
|
||||
from unittest import mock
|
||||
|
||||
from bashate import bashate
|
||||
from bashate import messages
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user