2014-09-03 11:32:52 -05: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.
|
|
|
|
|
2015-06-26 19:10:21 -05:00
|
|
|
hacking<0.11,>=0.10.0
|
2015-10-01 00:13:00 +00:00
|
|
|
pep257==0.7.0 # MIT License
|
2016-01-17 01:11:13 +00:00
|
|
|
flake8-docstrings==0.2.1.post1 # MIT
|
2014-09-18 22:56:41 +00:00
|
|
|
bashate>=0.2 # Apache-2.0
|
2013-05-11 14:48:00 -04:00
|
|
|
|
2013-07-08 11:37:35 +02:00
|
|
|
# computes code coverage percentages
|
2016-01-17 01:11:13 +00:00
|
|
|
coverage>=3.6 # Apache-2.0
|
2013-10-24 10:15:44 +10:00
|
|
|
# fixture stubbing
|
2016-01-17 01:11:13 +00:00
|
|
|
fixtures>=1.3.1 # Apache-2.0/BSD
|
2014-07-31 17:50:57 -05:00
|
|
|
# xml parsing
|
2016-01-17 01:11:13 +00:00
|
|
|
lxml>=2.3 # BSD
|
2013-07-08 11:37:35 +02:00
|
|
|
# mock object framework
|
2016-01-17 01:11:13 +00:00
|
|
|
mock>=1.2 # BSD
|
2015-08-04 00:53:46 +00:00
|
|
|
oslotest>=1.10.0 # Apache-2.0
|
2013-07-08 11:37:35 +02:00
|
|
|
# required to build documentation
|
2016-01-17 01:11:13 +00:00
|
|
|
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
|
2013-07-08 11:37:35 +02:00
|
|
|
# test wsgi apps without starting an http server
|
2016-01-17 01:11:13 +00:00
|
|
|
WebTest>=2.0 # MIT
|
2012-02-27 17:46:43 -08:00
|
|
|
|
2014-03-30 01:15:16 +00:00
|
|
|
# mox was removed in favor of mock. We should not re-enable this module. See
|
|
|
|
# discussion: http://lists.openstack.org/pipermail/openstack-dev/2013-July/012484.html
|
|
|
|
#mox>=0.5.3
|
|
|
|
|
2016-01-17 01:11:13 +00:00
|
|
|
python-subunit>=0.0.18 # Apache-2.0/BSD
|
|
|
|
testrepository>=0.0.18 # Apache-2.0/BSD
|
|
|
|
testtools>=1.4.0 # MIT
|
2013-10-10 13:36:03 +00:00
|
|
|
|
2013-06-28 20:01:42 -04:00
|
|
|
# For documentation
|
2015-11-21 16:18:57 +00:00
|
|
|
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
|
2015-11-12 22:09:00 +00:00
|
|
|
reno>=0.1.1 # Apache2
|
2014-02-12 15:28:24 -06:00
|
|
|
|
2016-01-17 01:11:13 +00:00
|
|
|
tempest-lib>=0.13.0 # Apache-2.0
|
2015-01-07 16:05:24 -06:00
|
|
|
|
2015-07-02 11:32:29 +12:00
|
|
|
# Functional tests.
|
2016-01-17 01:11:13 +00:00
|
|
|
requests!=2.9.0,>=2.8.1 # Apache-2.0
|