2014-09-03 16:32:52 +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.
|
|
|
|
|
2015-06-27 00:10:21 +00:00
|
|
|
hacking<0.11,>=0.10.0
|
2014-09-18 22:56:41 +00:00
|
|
|
bashate>=0.2 # Apache-2.0
|
2013-05-11 18:48:00 +00:00
|
|
|
|
2013-07-08 09:37:35 +00:00
|
|
|
# computes code coverage percentages
|
2013-11-13 08:26:37 +00:00
|
|
|
coverage>=3.6
|
2013-10-24 00:15:44 +00:00
|
|
|
# fixture stubbing
|
2015-07-01 23:32:29 +00:00
|
|
|
fixtures>=1.3.1
|
2014-07-31 22:50:57 +00:00
|
|
|
# xml parsing
|
|
|
|
lxml>=2.3
|
2013-07-08 09:37:35 +00:00
|
|
|
# mock object framework
|
2015-07-27 17:55:43 +00:00
|
|
|
mock>=1.2
|
2015-08-04 00:53:46 +00:00
|
|
|
oslotest>=1.10.0 # Apache-2.0
|
2013-07-08 09:37:35 +00:00
|
|
|
# required to build documentation
|
2015-06-27 00:10:21 +00:00
|
|
|
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
|
2013-07-08 09:37:35 +00:00
|
|
|
# test wsgi apps without starting an http server
|
2013-11-13 08:26:37 +00:00
|
|
|
WebTest>=2.0
|
2012-02-28 01:46:43 +00: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
|
|
|
|
|
2014-01-30 22:53:00 +00:00
|
|
|
python-subunit>=0.0.18
|
2014-02-25 06:32:10 +00:00
|
|
|
testrepository>=0.0.18
|
2015-06-27 00:10:21 +00:00
|
|
|
testtools>=1.4.0
|
2013-10-10 13:36:03 +00:00
|
|
|
|
2013-06-29 00:01:42 +00:00
|
|
|
# For documentation
|
2015-06-27 00:10:21 +00:00
|
|
|
oslosphinx>=2.5.0 # Apache-2.0
|
2014-02-12 21:28:24 +00:00
|
|
|
|
2015-09-18 16:38:33 +00:00
|
|
|
tempest-lib>=0.8.0
|
2015-01-07 22:05:24 +00:00
|
|
|
|
2015-07-01 23:32:29 +00:00
|
|
|
# Functional tests.
|
|
|
|
requests>=2.5.2
|