Fix gnocchi/pifpaf requirements

Don't use gnocchi from master.

Use gnocchi flavor of pifpaf.

Change-Id: I0a97772c6f494dd366803b27e540b6150ac1a065
This commit is contained in:
Mehdi Abaakouk 2017-07-17 11:29:44 +02:00
parent b40bd10601
commit ddb1dd404c
2 changed files with 2 additions and 3 deletions

View File

@ -31,7 +31,8 @@ test =
tempest>=10
testrepository>=0.0.18
testtools>=1.4.0
pifpaf>=0.23
pifpaf[gnocchi]>=0.23
gnocchi[postgresql,file]
mock>=1.2 # BSD
doc =
sphinx!=1.2.0,!=1.3b1,!=1.6.1,>=1.1.2

View File

@ -16,8 +16,6 @@ passenv = GNOCCHI_* AODH_* OS_TEST_TIMEOUT OS_STDOUT_CAPTURE OS_STDERR_CAPTURE O
deps =
.[test]
http://tarballs.openstack.org/aodh/aodh-master.tar.gz#egg=aodh[mysql]
-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]