2014-09-13 07:23:23 +00: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.
|
2018-06-20 16:04:28 +09:00
|
|
|
hacking>=1.1.0 # Apache-2.0
|
2013-08-07 19:17:07 -03:00
|
|
|
|
2018-08-17 17:14:21 +02:00
|
|
|
bandit>=1.1.0,<1.5.0 # Apache-2.0
|
2017-05-17 03:51:56 +00:00
|
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
2016-06-13 21:52:14 +00:00
|
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
2017-07-02 11:07:42 +00:00
|
|
|
flake8-import-order==0.12 # LGPLv3
|
2017-08-23 23:28:50 +00:00
|
|
|
mock>=2.0.0 # BSD
|
2017-11-16 11:13:55 +00:00
|
|
|
python-subunit>=1.0.0 # Apache-2.0/BSD
|
|
|
|
testtools>=2.2.0 # MIT
|
2017-09-13 12:55:07 +00:00
|
|
|
testresources>=2.0.0 # Apache-2.0/BSD
|
2016-01-16 03:28:47 +00:00
|
|
|
testscenarios>=0.4 # Apache-2.0/BSD
|
2017-09-13 12:55:07 +00:00
|
|
|
WebTest>=2.0.27 # MIT
|
2018-01-16 12:37:23 +00:00
|
|
|
oslotest>=3.2.0 # Apache-2.0
|
2018-05-22 09:37:55 -07:00
|
|
|
stestr>=1.0.0 # Apache-2.0
|
2018-04-12 09:39:20 -06:00
|
|
|
reno>=2.5.0 # Apache-2.0
|
2016-01-16 03:28:47 +00:00
|
|
|
ddt>=1.0.1 # MIT
|
2016-06-22 19:59:09 +00:00
|
|
|
pylint==1.4.5 # GPLv2
|
2015-11-05 11:47:13 -05:00
|
|
|
# Needed to run DB commands in virtualenvs
|
2016-12-28 09:11:12 +00:00
|
|
|
PyMySQL>=0.7.6 # MIT License
|
2017-09-13 12:55:07 +00:00
|
|
|
bashate>=0.5.1 # Apache-2.0
|