From 3156f57c9e37035ea42451c031bef318ec034c9f Mon Sep 17 00:00:00 2001 From: Ivan Anfimov Date: Mon, 25 Aug 2025 00:53:53 +0000 Subject: [PATCH] tox: Remove basepython and ineffective ignore_basepython_conflict Change-Id: I02203f1fe4efcfab424d889df9d08f49ba5a9809 Signed-off-by: Ivan Anfimov --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index 672e7270..dca5fc50 100644 --- a/tox.ini +++ b/tox.ini @@ -1,10 +1,8 @@ [tox] minversion = 3.18.0 envlist = py3,pep8 -ignore_basepython_conflict = True [testenv] -basepython = python3 allowlist_externals = find rm