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
|
2017-03-02 17:42:22 +00:00
|
|
|
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
|
2016-08-22 03:07:43 +00:00
|
|
|
bandit>=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
|
2017-08-22 00:36:15 +00:00
|
|
|
mock>=2.0.0 # BSD
|
2016-12-23 03:28:26 +00:00
|
|
|
PyMySQL>=0.7.6 # MIT License
|
2017-09-13 12:50:26 +00:00
|
|
|
os-testr>=1.0.0 # Apache-2.0
|
2018-01-16 04:06:43 +00:00
|
|
|
oslotest>=3.2.0 # Apache-2.0
|
2017-09-16 23:12:02 +00:00
|
|
|
qpid-python>=0.26;python_version=='2.7' # Apache-2.0
|
2017-09-11 21:36:36 +00:00
|
|
|
psycopg2>=2.6.2 # LGPL/ZPL
|
2016-01-17 01:10:25 +00:00
|
|
|
testrepository>=0.0.18 # Apache-2.0/BSD
|
|
|
|
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
|
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
|