Merge "Fix trovestack tox job"

This commit is contained in:
Zuul 2019-12-20 12:25:43 +00:00 committed by Gerrit Code Review
commit b4bc1d85f0
2 changed files with 1 additions and 5 deletions

View File

@ -1 +1 @@
git+https://opendev.org/openstack/python-troveclient#egg=python-troveclient
git+https://opendev.org/openstack/python-troveclient@master#egg=python-troveclient

View File

@ -106,11 +106,7 @@ deps =
-r{toxinidir}/requirements.txt
[testenv:trovestack]
skip_install = True
changedir = {toxinidir}/integration/scripts
passenv = *
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}