summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorColleen Murphy <colleen.murphy@suse.de>2018-11-06 12:54:32 +0100
committerColleen Murphy <colleen.murphy@suse.de>2018-11-06 12:54:32 +0100
commitfb67da801663111a09aa77bed7a7744000a35afc (patch)
tree850555ce1dc33461d5366373d11a1f498d8f4953 /tox.ini
parent605da1015ff5c3951f0e2834242bea47e01a5170 (diff)
downloadkeystone-fb67da801663111a09aa77bed7a7744000a35afc.tar.gz
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
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini9
1 files changed, 1 insertions, 8 deletions
diff --git a/tox.ini b/tox.ini
index e73ce386f..9b4316443 100644
--- a/tox.ini
+++ b/tox.ini
@@ -87,15 +87,8 @@ passenv =
KSTEST_USER_DOMAIN_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]
-basepython = python3.5
+basepython = python3
deps = -r{toxinidir}/test-requirements.txt
setenv = OS_TEST_PATH=./keystone/tests/functional
commands =