Move tarballs to the top of test-requirements.txt
Because otherwise django-nose pulls in the wrong version of Django. Change-Id: Ic4e58a56d3b59a85b609eb81183cfd8c2462e51a
This commit is contained in:
parent
151e1e093c
commit
40b15ad3ec
@ -1,5 +1,11 @@
|
|||||||
# Hacking already pins down pep8, pyflakes and flake8
|
# Hacking already pins down pep8, pyflakes and flake8
|
||||||
hacking>=0.8.0,<0.9
|
hacking>=0.8.0,<0.9
|
||||||
|
|
||||||
|
# Tarballs
|
||||||
|
http://tarballs.openstack.org/horizon/horizon-master.tar.gz#egg=horizon
|
||||||
|
http://tarballs.openstack.org/python-tuskarclient/python-tuskarclient-master.tar.gz#egg=python-tuskarclient
|
||||||
|
http://tarballs.openstack.org/tuskar-ui/tuskar-ui-master.tar.gz#egg=tuskar-ui
|
||||||
|
|
||||||
# Testing Requirements
|
# Testing Requirements
|
||||||
coverage>=3.6
|
coverage>=3.6
|
||||||
django-nose
|
django-nose
|
||||||
@ -18,7 +24,3 @@ sphinx>=1.1.2,<1.2
|
|||||||
# for bug 1091333, remove after sphinx >1.1.3 is released.
|
# for bug 1091333, remove after sphinx >1.1.3 is released.
|
||||||
docutils==0.9.1
|
docutils==0.9.1
|
||||||
oslosphinx
|
oslosphinx
|
||||||
|
|
||||||
http://tarballs.openstack.org/horizon/horizon-master.tar.gz#egg=horizon
|
|
||||||
http://tarballs.openstack.org/python-tuskarclient/python-tuskarclient-master.tar.gz#egg=python-tuskarclient
|
|
||||||
http://tarballs.openstack.org/tuskar-ui/tuskar-ui-master.tar.gz#egg=tuskar-ui
|
|
||||||
|
Loading…
Reference in New Issue
Block a user