drop mock from 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 requirements. These changes will help us to drop `mock` from openstack/requirements Change-Id: I261c48455b2ba0f9d3c44fc0e9a8b8db0307712c Signed-off-by: Hervé Beraud <hberaud@redhat.com>
This commit is contained in:
committed by
Ivan Anfimov
parent
7cae7eafc3
commit
d40d665cf5
@@ -1,7 +1,6 @@
|
||||
coverage!=4.4,>=4.0 # Apache-2.0
|
||||
fixtures>=3.0.0 # Apache-2.0/BSD
|
||||
hacking>=7.0.0,<7.1.0 # Apache-2.0
|
||||
mock>=3.0.0 # BSD
|
||||
oslotest>=3.8.0 # Apache-2.0
|
||||
stestr>=2.0.0 # Apache-2.0
|
||||
testtools>=2.5.0 # MIT
|
||||
|
||||
Reference in New Issue
Block a user