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: I54e10c8ddb43cd468659ce1182f6a0f264941a31
This commit is contained in:
Takashi Kajinami
2025-04-15 21:13:00 +09:00
parent 2b0ee60152
commit 0ab8cb71e7

View File

@@ -1,10 +1,8 @@
[tox]
minversion = 3.18.0
envlist = py3,pep8,docs
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