2014-09-03 22:20:47 +02: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-27 14:49:09 +08:00
|
|
|
# Hacking already pins down pep8, pyflakes and flake8
|
2020-05-12 18:08:33 -05:00
|
|
|
hacking>=3.0.1,<3.1.0 # Apache-2.0
|
2019-05-14 18:03:26 +08:00
|
|
|
bandit!=1.6.0,>=1.1.0 # Apache-2.0
|
2017-05-15 00:43:48 +00:00
|
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
2016-05-30 00:33:22 +00:00
|
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
2017-03-13 19:31:09 +00:00
|
|
|
kombu!=4.0.2,>=4.0.0 # BSD
|
2016-12-23 03:28:26 +00:00
|
|
|
PyMySQL>=0.7.6 # MIT License
|
2018-01-16 04:06:43 +00:00
|
|
|
oslotest>=3.2.0 # Apache-2.0
|
2019-04-09 09:16:46 +05:30
|
|
|
psycopg2>=2.7 # LGPL/ZPL
|
2018-06-13 07:48:10 +00:00
|
|
|
stestr>=2.0.0 # Apache-2.0
|
2016-01-17 01:10:25 +00:00
|
|
|
testscenarios>=0.4 # Apache-2.0/BSD
|
2017-11-16 11:06:40 +00:00
|
|
|
testtools>=2.2.0 # MIT
|
2017-09-11 21:36:36 +00:00
|
|
|
testresources>=2.0.0 # Apache-2.0/BSD
|
2018-07-12 15:16:10 +07:00
|
|
|
doc8>=0.6.0 # Apache-2.0
|
|
|
|
Pygments>=2.2.0 # BSD license
|
2016-07-28 22:00:29 +00:00
|
|
|
# Next are used in integration tests only
|
2017-11-15 18:08:40 +00:00
|
|
|
tempest>=17.1.0 # Apache-2.0
|