From e9f0efb2d2fc41e8bc0a38a0bd046fd6035b3324 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sun, 13 Oct 2024 21:38:59 +0900 Subject: [PATCH] Fix outdated tox minversion The allowlist_externals option is supported since 3.18.0 . Change-Id: I64488cd8a8e1eb4a292c5de7f8b0b0d91da548cb --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 7ccf3a8e..049ca546 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = py3,flake8 -minversion = 3.1.0 +minversion = 3.18.0 skip_missing_interpreters = true # this allows tox to infer the base python from the environment name # and override any basepython configured in this file