e159cfd424
hacking 3.0.x is too old. Change-Id: I665eb5f8aa70863ac5750d2162ddc7a053444b56
23 lines
573 B
Plaintext
23 lines
573 B
Plaintext
hacking>=6.1.0,<6.2.0 # Apache-2.0
|
|
|
|
eventlet>=0.18.2,!=0.18.3,!=0.20.1,!=0.21.0,!=0.23.0 # MIT
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
|
testscenarios>=0.4 # Apache-2.0/BSD
|
|
testtools>=2.2.0 # MIT
|
|
oslotest>=3.2.0 # Apache-2.0
|
|
ddt>=1.0.1 # MIT
|
|
stestr>=2.0.0 # Apache-2.0
|
|
|
|
# when we can require tox>= 1.4, this can go into tox.ini:
|
|
# [testenv:cover]
|
|
# deps = {[testenv]deps} coverage
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
|
|
|
# used for oslotest cross-testing scripts
|
|
oslo.config>=5.2.0 # Apache-2.0
|
|
|
|
# Bandit security code scanner
|
|
bandit>=1.7.0,<1.8.0 # Apache-2.0
|
|
|
|
pre-commit>=2.6.0 # MIT
|