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: I4433ce26a4a8adbe5307b9dd1afb2af8f496630d
This commit is contained in:
Ivan Anfimov
2025-04-20 20:56:19 +00:00
parent 8ed9f7037a
commit 759db0da6a

View File

@@ -1,10 +1,8 @@
[tox]
minversion = 3.18.0
envlist = py3,pep8
ignore_basepython_conflict = True
[testenv]
basepython = python3
usedevelop = True
passenv =
HOME