da9cb79e93
The mock third party library was needed for mock support in py2 runtimes. Since we now only support py36 and later, we can use the standard lib unittest.mock module instead. Change-Id: I70a406c060ba681ddc000788b3fa5ab2bba4d41f
13 lines
263 B
Plaintext
13 lines
263 B
Plaintext
coverage>=3.6
|
|
pep8==1.5.7
|
|
pyflakes==0.8.1
|
|
flake8==2.2.4
|
|
docutils>=0.11 # OSI-Approved Open Source, Public Domain
|
|
httmock>=1.2.4
|
|
oslotest>=1.2.0 # Apache-2.0
|
|
python-subunit>=0.0.18
|
|
stestr>=1.1.0 # Apache-2.0
|
|
testtools>=0.9.34
|
|
pep257>=0.5.0
|
|
PyMySQL>=0.6.2,!=0.6.4
|