From b0a0be29d9553ee86c4f0faf591055ea80125a4e Mon Sep 17 00:00:00 2001 From: Ivan Anfimov Date: Thu, 4 Sep 2025 19:04:23 +0000 Subject: [PATCH] tox: Remove ineffective ignore_basepython_conflict and bump minimum version Change-Id: I9de2042313bcb8799eef6eb4c03c4a48432566c1 Signed-off-by: Ivan Anfimov --- tox.ini | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 5a908e7e..7d17b0e6 100644 --- a/tox.ini +++ b/tox.ini @@ -1,13 +1,11 @@ [tox] -minversion = 4.0 +minversion = 4.6.0 skipsdist = True envlist = docs,molecule -ignore_basepython_conflict = True [testenv] # There's no source code to install usedevelop = False -baseypthon = python3 commands = /usr/bin/find . -type f -name "*.pyc" -delete passenv =