Fix outdated tox minversion

The allowlist_externals option is supported since 3.18.0 .

Change-Id: I64488cd8a8e1eb4a292c5de7f8b0b0d91da548cb
This commit is contained in:
Takashi Kajinami
2024-10-13 21:38:59 +09:00
parent 8a05ad5586
commit e9f0efb2d2

View File

@@ -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