From 343a4a2c014cfaed94e4bb18440a62ca772144be Mon Sep 17 00:00:00 2001
From: Takashi Kajinami <kajinamit@oss.nttdata.com>
Date: Tue, 15 Apr 2025 21:12:05 +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: I042d1cd1a2fa7400fb7ac04165d951f814a5e394
---
 tox.ini | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tox.ini b/tox.ini
index 8f9eae7..3b204eb 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,10 +2,8 @@
 minversion = 3.1
 envlist = py3,pypy,pep8
 skipsdist = True
-ignore_basepython_conflict = True
 
 [testenv]
-basepython = python3
 usedevelop = True
 setenv =
   LANGUAGE=en_US