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: Ic04c39d1bf6750ad4fb117a5ecae26834a95f232
This commit is contained in:
Ivan Anfimov
2025-04-19 23:41:09 +00:00
parent 67846e9999
commit 2374a24cd9

View File

@@ -1,10 +1,8 @@
[tox]
minversion = 3.1.1
minversion = 3.18.0
envlist = pep8,py3
ignore_basepython_conflict = True
[testenv]
basepython = python3
usedevelop = True
setenv = VIRTUAL_ENV={envdir}
LANGUAGE=en_US