2014-09-03 14:26:01 -04:00
|
|
|
# The order of packages is significant, because pip processes them in the order
|
|
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
|
2014-02-18 14:10:00 -05:00
|
|
|
# Hacking already pins down pep8, pyflakes and flake8
|
2020-05-22 11:02:47 +08:00
|
|
|
hacking>=3.0.1,<3.1.0 # Apache-2.0
|
2014-02-03 09:48:20 -05:00
|
|
|
|
2016-06-02 21:10:54 +00:00
|
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
2017-11-16 11:22:17 +00:00
|
|
|
testtools>=2.2.0 # MIT
|
2018-07-03 13:49:16 +07:00
|
|
|
stestr>=2.0.0 # Apache-2.0
|
2014-02-18 14:10:00 -05:00
|
|
|
|
|
|
|
# when we can require tox>= 1.4, this can go into tox.ini:
|
|
|
|
# [testenv:cover]
|
|
|
|
# deps = {[testenv]deps} coverage
|
2017-05-15 00:53:19 +00:00
|
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
2023-05-19 17:18:03 +02:00
|
|
|
bandit>=1.7.0,<1.8.0 # Apache-2.0
|
2017-02-07 15:28:14 +05:30
|
|
|
ddt>=1.0.1 # MIT
|
2018-08-07 12:26:34 +03:00
|
|
|
oslo.context>=2.19.2 # Apache-2.0
|
2020-07-21 13:38:57 +02:00
|
|
|
|
|
|
|
pre-commit>=2.6.0 # MIT
|