Fix trovestack tox job
Change-Id: I9662c4c23f3d2879d78e26fe4b32a6f55b6cfb99
This commit is contained in:
parent
5472d8a57c
commit
52c5646a9d
@ -1 +1 @@
|
|||||||
git+https://opendev.org/openstack/python-troveclient#egg=python-troveclient
|
git+https://opendev.org/openstack/python-troveclient@master#egg=python-troveclient
|
||||||
|
4
tox.ini
4
tox.ini
@ -106,11 +106,7 @@ deps =
|
|||||||
-r{toxinidir}/requirements.txt
|
-r{toxinidir}/requirements.txt
|
||||||
|
|
||||||
[testenv:trovestack]
|
[testenv:trovestack]
|
||||||
skip_install = True
|
|
||||||
changedir = {toxinidir}/integration/scripts
|
changedir = {toxinidir}/integration/scripts
|
||||||
passenv = *
|
passenv = *
|
||||||
commands =
|
commands =
|
||||||
pip install --no-binary :all: {toxinidir} \
|
|
||||||
-c/opt/stack/trove/test-upper-constraints.txt \
|
|
||||||
-chttps://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt
|
|
||||||
./trovestack {posargs}
|
./trovestack {posargs}
|
||||||
|
Loading…
Reference in New Issue
Block a user