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>
8 lines
216 B
Plaintext
8 lines
216 B
Plaintext
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
|
|
oslotest>=3.8.0 # Apache-2.0
|
|
stestr>=2.0.0 # Apache-2.0
|
|
testtools>=2.5.0 # MIT
|
|
wsgi-intercept>=1.7.0 # MIT License
|