Clean up python3.5 usage in tox.ini
We already have a debug env that uses python3 as the base python, it's not that useful to have another one specific to 3.5. Also relax the functional test environment to allow any python3 so that we have flexibility in the future if we want to update it. Change-Id: Ib43b41e0a1ce427d161b51227d0ffe0d4dec0a98
This commit is contained in:
parent
605da1015f
commit
fb67da8016
9
tox.ini
9
tox.ini
@ -87,15 +87,8 @@ passenv =
|
|||||||
KSTEST_USER_DOMAIN_ID
|
KSTEST_USER_DOMAIN_ID
|
||||||
KSTEST_PROJECT_ID
|
KSTEST_PROJECT_ID
|
||||||
|
|
||||||
[testenv:debug-py35]
|
|
||||||
basepython = python3.5
|
|
||||||
commands =
|
|
||||||
# Cleanup *pyc
|
|
||||||
find keystone -type f -name "*.pyc" -delete
|
|
||||||
oslo_debug_helper {posargs}
|
|
||||||
|
|
||||||
[testenv:functional]
|
[testenv:functional]
|
||||||
basepython = python3.5
|
basepython = python3
|
||||||
deps = -r{toxinidir}/test-requirements.txt
|
deps = -r{toxinidir}/test-requirements.txt
|
||||||
setenv = OS_TEST_PATH=./keystone/tests/functional
|
setenv = OS_TEST_PATH=./keystone/tests/functional
|
||||||
commands =
|
commands =
|
||||||
|
Loading…
Reference in New Issue
Block a user