stable/newton uses pypowervm 1.0.0.4

The stable/newton release needs to use pypowervm 1.0.0.4.

Change-Id: Ib92894e98a9174d9999247d760e2f5ac797f53ce
Closes-Bug: #1636968
This commit is contained in:
Eric Fried 2016-10-26 14:43:38 -05:00
parent 52175de162
commit 578091210e
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ setenv = VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
-egit+https://github.com/openstack/ceilometer@stable/newton#egg=ceilometer
-egit+https://github.com/powervm/pypowervm@develop#egg=pypowervm
-egit+https://github.com/powervm/pypowervm@release/1.0.0.4#egg=pypowervm
whitelist_externals = bash
commands = bash tools/pretty_tox.sh '{posargs}'