From 2374a24cd905c450869140d3b767d43d0277f192 Mon Sep 17 00:00:00 2001 From: Ivan Anfimov Date: Sat, 19 Apr 2025 23:41:09 +0000 Subject: [PATCH] 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: Ic04c39d1bf6750ad4fb117a5ecae26834a95f232 --- tox.ini | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 4a268ce..3d6c740 100644 --- a/tox.ini +++ b/tox.ini @@ -1,10 +1,8 @@ [tox] -minversion = 3.1.1 +minversion = 3.18.0 envlist = pep8,py3 -ignore_basepython_conflict = True [testenv] -basepython = python3 usedevelop = True setenv = VIRTUAL_ENV={envdir} LANGUAGE=en_US