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: I4495304d1d4d239fa8f56eab875d6c56253aac08
This commit is contained in:
Takashi Kajinami 2025-04-15 21:24:00 +09:00
parent dfdd8fa557
commit 666726dac0

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