2014-09-03 14:18:17 -04: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-22 08:26:57 +00:00
|
|
|
hacking<0.11,>=0.10.0
|
2013-04-06 13:46:19 -04:00
|
|
|
|
2013-04-06 12:21:59 -04:00
|
|
|
discover
|
2015-07-01 10:01:00 +00:00
|
|
|
fixtures>=1.3.1
|
2014-02-26 23:33:51 +00:00
|
|
|
python-subunit>=0.0.18
|
|
|
|
testrepository>=0.0.18
|
2013-08-23 11:06:04 +02:00
|
|
|
testscenarios>=0.4
|
2015-06-22 08:26:57 +00:00
|
|
|
testtools>=1.4.0
|
2015-08-04 00:48:10 +00:00
|
|
|
oslotest>=1.10.0 # Apache-2.0
|
2013-01-21 09:12:55 +00:00
|
|
|
|
|
|
|
# when we can require tox>= 1.4, this can go into tox.ini:
|
|
|
|
# [testenv:cover]
|
|
|
|
# deps = {[testenv]deps} coverage
|
2013-08-23 11:06:04 +02:00
|
|
|
coverage>=3.6
|
2013-02-09 15:36:08 -05:00
|
|
|
|
|
|
|
# this is required for the docs build jobs
|
2015-06-22 08:26:57 +00:00
|
|
|
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
|
|
|
|
oslosphinx>=2.5.0 # Apache-2.0
|
2013-10-29 13:28:08 +01:00
|
|
|
|
2015-01-06 12:33:42 -05:00
|
|
|
# Required only for tests
|
2015-06-22 08:26:57 +00:00
|
|
|
oslo.i18n>=1.5.0 # Apache-2.0
|
2015-01-06 12:33:42 -05:00
|
|
|
|
2013-10-29 13:28:08 +01:00
|
|
|
# mocking framework
|
2015-07-22 04:58:53 +00:00
|
|
|
mock>=1.2
|