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: I5a797984b2e90864151e40fa361d076024bf5937
This commit is contained in:
Ivan Anfimov
2025-04-20 19:52:20 +00:00
parent 65d801845c
commit f051509b7e

View File

@@ -1,8 +1,6 @@
[tox]
minversion = 3.1.1
envlist = py39,pep8
skipsdist = True
ignore_basepython_conflict = True
minversion = 3.18.0
envlist = pep8,py3
[testenv]
usedevelop = True