Fix trovestack tox job

Change-Id: I9662c4c23f3d2879d78e26fe4b32a6f55b6cfb99
This commit is contained in:
Lingxian Kong 2019-12-19 13:54:26 +13:00
parent 5472d8a57c
commit 52c5646a9d
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}