From c858ead140171a97b3078bf1bad8234d2c5d995c Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sun, 13 Oct 2024 21:36:46 +0900 Subject: [PATCH] Fix outdated tox minversion The allowlist_externals option is supported since 3.18.0 . Change-Id: I9efc7108e6a5354fbc91fb3684605e3d60f1851b --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index c6a9ca1..ae97aa0 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -minversion = 3.1 +minversion = 3.18.0 envlist = py3,pep8 [testenv]