From 722813628b52d706ee8a5f44b94ca235386639a9 Mon Sep 17 00:00:00 2001 From: likui Date: Mon, 16 Oct 2023 15:37:27 +0800 Subject: [PATCH] Use py3 as the default runtime for tox Moving on py3 as the default runtime for tox to avoid to update this at each new cycle. Change-Id: I9e3eb3aca01fb94a92153e26659c2c412de98093 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index ec9a22faed..604b05a2c9 100644 --- a/tox.ini +++ b/tox.ini @@ -1,13 +1,13 @@ [tox] minversion = 3.18 -envlist = py38,linters +envlist = py3,linters ignore_basepython_conflict = True [testenv] basepython = python3 usedevelop = True allowlist_externals = bash - find + find rm deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -r{toxinidir}/requirements.txt