From 72f0af982017f6b2efa752b88ce2b9ffbd642788 Mon Sep 17 00:00:00 2001 From: Ivan Anfimov Date: Sat, 13 Sep 2025 23:00:19 +0000 Subject: [PATCH] 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 Signed-off-by: Ivan Anfimov --- tox.ini | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 01ee4cf..57fa60a 100644 --- a/tox.ini +++ b/tox.ini @@ -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}