drop mock from lower-constraints
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. These changes will help us to drop `mock` from openstack/requirements Change-Id: Icadf2f988c747565aa338edfda801b9a2aa721f5
This commit is contained in:
parent
107229b21d
commit
25ea896d9e
@ -41,7 +41,6 @@ lxml==4.1.1
|
|||||||
Mako==1.0.7
|
Mako==1.0.7
|
||||||
MarkupSafe==1.0
|
MarkupSafe==1.0
|
||||||
mccabe==0.2.1
|
mccabe==0.2.1
|
||||||
mock==2.0.0
|
|
||||||
monotonic==1.4
|
monotonic==1.4
|
||||||
mpmath==1.0.0
|
mpmath==1.0.0
|
||||||
msgpack==0.5.6
|
msgpack==0.5.6
|
||||||
|
Loading…
Reference in New Issue
Block a user