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: Ia3b71f68ba1714b7b7254119c1b610b1390f7059
This commit is contained in:
parent
beb50811db
commit
cae8625487
@ -6,7 +6,6 @@ testrepository>=0.0.18 # Apache-2.0/BSD
|
||||
testscenarios>=0.4 # Apache-2.0/BSD
|
||||
|
||||
# The below is rewquired to build testing module reference
|
||||
mock>=2.0.0 # BSD
|
||||
|
||||
# Include horizon as test requirement
|
||||
horizon
|
||||
|
@ -40,7 +40,6 @@ keystoneauth1==3.4.0
|
||||
linecache2==1.0.0
|
||||
MarkupSafe==1.0
|
||||
mccabe==0.2.1
|
||||
mock==2.0.0
|
||||
monotonic==1.4
|
||||
mox3==0.25.0
|
||||
msgpack==0.5.6
|
||||
|
Loading…
Reference in New Issue
Block a user