c565e7b289
Now that we are python3 only, we should move to using the built in version of mock that supports all of our testing needs and remove the dependency on the "mock" package. This patch moves all references to "import mock" to "from unittest import mock". It also cleans up some new line inconsistency. Change-Id: Ie7567134a7c0ffae525d0282773e4c90a3f2d62b
17 lines
280 B
Plaintext
17 lines
280 B
Plaintext
bandit==1.4.0
|
|
coverage==4.0
|
|
doc8==0.6.0
|
|
hacking==0.12.0
|
|
oslo.i18n==3.15.3
|
|
oslo.serialization==2.28.1
|
|
oslo.utils==3.33.0
|
|
oslotest==3.2.0
|
|
pbr==2.0.0
|
|
pylint==1.9.2
|
|
python-subunit==1.0.0
|
|
six==1.10.0
|
|
sphinxcontrib-svg2pdfconverter==0.1.0
|
|
stestr==2.0.0
|
|
tenacity==5.0.2
|
|
testtools==2.2.0
|