Update outdated default envlist

Python 3.6 and 3.8 is no longer supported.

Finally remove basepython assuming python 2 may no longer be used. This
allows us to remove ignore_basepython_conflict .

Change-Id: I319b32f0581f75725f806591ab395c25ca9a2a16
Co-authored-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>
This commit is contained in:
Ivan Anfimov
2025-09-13 23:01:02 +00:00
co-authored by Takashi Kajinami
parent a834e47ef2
commit 72f0af9820
+1 -3
View File
@@ -1,11 +1,9 @@
[tox]
minversion = 3.18.0
envlist = py36,py38,docs,pep8
envlist = py3,docs,pep8
skipsdist = True
ignore_basepython_conflict = True
[testenv]
basepython = python3
usedevelop = True
setenv =
VIRTUAL_ENV={envdir}