Fix outdated tox minversion

The allowlist_externals option is supported since 3.18.0.

Change-Id: I764afc23d5901c28b7a9a9e0bc5c060c675ca332
This commit is contained in:
Ivan Anfimov 2025-02-19 15:14:16 +00:00
parent f83808fd08
commit 314cb84b36

@ -1,6 +1,6 @@
[tox]
minversion = 3.18.0
envlist = py3,pep8,docs
minversion = 2.0
skipsdist = True
[testenv]