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: Ie2c38d617231a2b5cd4c8593fd5560a0b53e048d
This commit is contained in:
Takashi Kajinami
2025-04-15 21:23:38 +09:00
parent 8a4c380955
commit bcbb4f382a

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}/requirements.txt