mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
Fix functional test gate
The functional test gate seems to be broken. The environment variables are not being passed through. Change-Id: Ied1f56877e4793c5e88e59d2afb7f1a5b3868560
This commit is contained in:
parent
e9159d6f1e
commit
d39b9c91c4
1 changed files with 1 additions and 0 deletions
1
tox.ini
1
tox.ini
|
|
@ -17,6 +17,7 @@ commands = flake8
|
|||
|
||||
[testenv:functional]
|
||||
setenv = OS_TEST_PATH=./functional/tests
|
||||
passenv = OS_*
|
||||
|
||||
[testenv:venv]
|
||||
commands = {posargs}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue