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.
|
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-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 16:37:55 +00:00
|
|
|
stestr>=1.0.0 # Apache-2.0
|
2016-01-16 03:28:47 +00:00
|
|
|
ddt>=1.0.1 # MIT
|
2015-11-05 16:47:13 +00:00
|
|
|
# Needed to run DB commands in virtualenvs
|
2016-12-28 09:11:12 +00:00
|
|
|
PyMySQL>=0.7.6 # MIT License
|