From 314cb84b369c6df497cc2092b36e367469515b6f Mon Sep 17 00:00:00 2001 From: Ivan Anfimov Date: Wed, 19 Feb 2025 15:14:16 +0000 Subject: [PATCH] Fix outdated tox minversion The allowlist_externals option is supported since 3.18.0. Change-Id: I764afc23d5901c28b7a9a9e0bc5c060c675ca332 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9e9db1b5d..cc7f122f2 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] +minversion = 3.18.0 envlist = py3,pep8,docs -minversion = 2.0 skipsdist = True [testenv]