6c5bfd80e8
Since lower constraints job was removed the bounds are not actually tested. Add a note to explain the bounds are maintained on best effort basis. Change-Id: Iaafc5a0584b4bab2e518c2c274602e777c60fb75
17 lines
430 B
Plaintext
17 lines
430 B
Plaintext
# Hacking already pins down pep8, pyflakes and flake8
|
|
hacking>=3.0.1,<3.1.0 # Apache-2.0
|
|
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
|
testtools>=2.2.0 # 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
|
|
bandit>=1.7.0,<1.8.0 # Apache-2.0
|
|
ddt>=1.0.1 # MIT
|
|
oslo.context>=2.19.2 # Apache-2.0
|
|
|
|
pre-commit>=2.6.0 # MIT
|