From 19b3c0a861f7b64a282b0856728578bb28fb2323 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 15 Apr 2025 21:12:44 +0900 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: I5b32fcfed97004f9e513a53fd2f519cd46f6f820 --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index 5384fba..82fef8d 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 deps =