Fix outdated tox minversion
The allowlist_externals option is supported since 3.18.0 . Change-Id: I2b35b69bb3064de688f2cbd049d54537bc39167d
This commit is contained in:
parent
53b085b20e
commit
7404fbf8d9
2
tox.ini
2
tox.ini
@ -1,5 +1,5 @@
|
|||||||
[tox]
|
[tox]
|
||||||
minversion = 3.1.0
|
minversion = 3.18.0
|
||||||
envlist = py3,py{39,312}-{zookeeper,redis,sentinel,memcached,postgresql,mysql,consul,etcd,etcd3gw},pep8
|
envlist = py3,py{39,312}-{zookeeper,redis,sentinel,memcached,postgresql,mysql,consul,etcd,etcd3gw},pep8
|
||||||
ignore_basepython_conflict = True
|
ignore_basepython_conflict = True
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user