Fix Gnocchi tarball URL
Change-Id: I65c8a9d82f960c2e4037b967987050dea6eb490c
This commit is contained in:
4
tox.ini
4
tox.ini
@@ -12,10 +12,12 @@ setenv =
|
|||||||
GNOCCHI_ENDPOINT=http://localhost:8041
|
GNOCCHI_ENDPOINT=http://localhost:8041
|
||||||
passenv = GNOCCHI_* AODH_* OS_TEST_TIMEOUT OS_STDOUT_CAPTURE OS_STDERR_CAPTURE OS_LOG_CAPTURE
|
passenv = GNOCCHI_* AODH_* OS_TEST_TIMEOUT OS_STDOUT_CAPTURE OS_STDERR_CAPTURE OS_LOG_CAPTURE
|
||||||
# NOTE(tonyb): This project has chosen to *NOT* consume upper-constraints.txt
|
# NOTE(tonyb): This project has chosen to *NOT* consume upper-constraints.txt
|
||||||
|
# NOTE(jd): the -e is on its own line so it is passed a separate argument to pip
|
||||||
deps =
|
deps =
|
||||||
.[test]
|
.[test]
|
||||||
http://tarballs.openstack.org/aodh/aodh-master.tar.gz#egg=aodh[mysql]
|
http://tarballs.openstack.org/aodh/aodh-master.tar.gz#egg=aodh[mysql]
|
||||||
http://tarballs.openstack.org/gnocchi/gnocchi-master.tar.gz#egg=gnocchi[postgresql,file]
|
-e
|
||||||
|
git+https://github.com/gnocchixyz/gnocchi.git#egg=gnocchi[postgresql,file]
|
||||||
commands = pifpaf run aodh -- python setup.py test --slowest --testr-args='{posargs}'
|
commands = pifpaf run aodh -- python setup.py test --slowest --testr-args='{posargs}'
|
||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
|
Reference in New Issue
Block a user