From 8a6eef5c874b48e8704a3c2c21ceeeab0915c789 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sun, 13 Oct 2024 21:39:28 +0900 Subject: [PATCH] Fix outdated tox minversion The allowlist_externals option is supported since 3.18.0 . Change-Id: I6efafb1e0baf6a4d921d45c0d4fc6202cedb2df0 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 40fe4af..20284f0 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -minversion = 3.1.1 +minversion = 3.18.0 envlist = py3,pep8 [testenv]