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: I5d2f5094a899dcf98f75782fc5ab01044c3ea2e6
This commit is contained in:
Takashi Kajinami
2025-04-16 11:51:42 +09:00
parent 16ee2fd8d5
commit 3731204668

View File

@@ -1,10 +1,8 @@
[tox]
minversion = 3.2
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