82a57ef980
This dependency was moved from test-requirements.txt to tox.ini[deps] a long time ago: I0111c41bea6a6caf5ffba1f5c34489854d9c9747 due to some pip resolver issues related to lower-constraints.txt Since then, a lot has changed and this probably doesn't apply anymore (other projects like nova already keep the dependency in test-requirements.txt). We actually import hacking from neutron.tests.unit (because we have custom rules), so it makes more sense to keep the dependency with the rest of requirements. Change-Id: I02ad072fb2982f6968db987cb822efdc1b6f10ba
15 lines
425 B
Plaintext
15 lines
425 B
Plaintext
hacking>=6.1.0,<6.2.0 # Apache-2.0
|
|
coverage>=4.4.1 # Apache-2.0
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
|
python-subunit>=1.0.0 # Apache-2.0/BSD
|
|
testtools>=2.2.0 # MIT
|
|
testresources>=2.0.0 # Apache-2.0/BSD
|
|
testscenarios>=0.4 # Apache-2.0/BSD
|
|
WebTest>=2.0.27 # MIT
|
|
oslotest>=3.2.0 # Apache-2.0
|
|
stestr>=1.0.0 # Apache-2.0
|
|
ddt>=1.0.1 # MIT
|
|
# Needed to run DB commands in virtualenvs
|
|
PyMySQL>=0.7.6 # MIT License
|
|
doc8>=0.6.0 # Apache-2.0
|