tox: Drop basepython

Python 2 reached its EOL long time ago and we no longer expect any
user may attempt to run tox in Python 2.

Removing the option allows us to remove ignore_basepython_conflict .

Change-Id: Ie53918780ea7e5e83cb704661f8c2475b9f7d7aa
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
Takashi Kajinami
2025-09-14 04:05:09 +09:00
parent 936e67cdfe
commit 07d25bb825

View File

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