49d44524d9
Make minimal changes necessary conform to, and pass, the Consistent Testing Interface[1]. * tox -epy27 * tox -epep8 * tox -ecover * tox -evenv python setup.py sdist * tox -evenv python setup.py build_sphinx * tox -evenv python setup.py extract_messages The only exception to this is currently: * tox -evenv python setup.py update_catalog [1]: http://governance.openstack.org/reference/project-testing-interface.html Change-Id: I50dd7fa9bbdd6a09b25ad0ee3785d37f2a32045f
27 lines
639 B
Plaintext
27 lines
639 B
Plaintext
# 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.
|
|
hacking<0.11,>=0.10.0
|
|
|
|
coverage>=3.6
|
|
discover
|
|
mock>=1.0
|
|
mox>=0.5.3
|
|
oslo.config>=1.11.0 # Apache-2.0
|
|
pylint==1.4.1 # GNU GPL v2
|
|
testrepository>=0.0.18
|
|
testtools>=1.4.0
|
|
unittest2
|
|
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
|
|
oslosphinx>=2.5.0 # Apache-2.0
|
|
nose
|
|
nosehtmloutput>=0.0.3
|
|
openstack.nose_plugin>=0.7
|
|
django-nose>=1.2
|
|
nosexcover
|
|
|
|
# Horizon requirements
|
|
Django<1.8,>=1.4.2
|
|
django-compressor>=1.4
|
|
django-openstack-auth!=1.1.8,>=1.1.7
|