tox: Remove basepython

tox uses the python version where tox is installed by default, and we
no longer expect that the tests may run in env with python 2.

Change-Id: I613faa8fa52e82ea2d53254c082ddbf4234ba525
This commit is contained in:
Takashi Kajinami
2025-04-15 21:13:36 +09:00
parent 43a3a27cb6
commit 172df1f77d

View File

@ -1,10 +1,8 @@
[tox]
minversion = 3.18.0
envlist = py3,pep8
ignore_basepython_conflict = true
[testenv]
basepython = python3
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/test-requirements.txt