1d155e48a2
These excludes were removed from the requirements repo[1] and are now detected as errors. [1] 314734e938f107cbd5ebcc7af4d9167c11347406 Change-Id: I0399c328ecbf74529658d0be0f88868049e6ba5f
19 lines
521 B
Plaintext
19 lines
521 B
Plaintext
# Hacking already pins down pep8, pyflakes and flake8
|
|
hacking>=6.1.0,<6.2.0 # Apache-2.0
|
|
|
|
bandit>=1.1.0 # Apache-2.0
|
|
coverage>=4.0 # Apache-2.0
|
|
ddt>=1.4.1 # MIT
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
|
kombu>=5.0.1 # BSD
|
|
PyMySQL>=0.8.0 # MIT License
|
|
oslotest>=3.2.0 # Apache-2.0
|
|
stestr>=2.0.0 # Apache-2.0
|
|
testscenarios>=0.4 # Apache-2.0/BSD
|
|
testtools>=2.2.0 # MIT
|
|
testresources>=2.0.0 # Apache-2.0/BSD
|
|
doc8>=0.8.1 # Apache-2.0
|
|
Pygments>=2.2.0 # BSD license
|
|
# Next are used in integration tests only
|
|
tempest>=17.1.0 # Apache-2.0
|