Fix Gnocchi tarball URL

Change-Id: I65c8a9d82f960c2e4037b967987050dea6eb490c
This commit is contained in:
Julien Danjou 2017-05-22 11:37:14 +02:00
parent 9eb47e722b
commit b40bd10601
1 changed files with 3 additions and 1 deletions

View File

@ -12,10 +12,12 @@ setenv =
GNOCCHI_ENDPOINT=http://localhost:8041
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(jd): the -e is on its own line so it is passed a separate argument to pip
deps =
.[test]
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}'
[testenv:pep8]