From c05d3b2e5de510e6f5f0071b6d68f3f5548bba1e Mon Sep 17 00:00:00 2001 From: wangzihao Date: Wed, 16 Jun 2021 16:00:14 +0800 Subject: [PATCH] Changed minversion in tox to 3.18.0 The patch bumps min version of tox to 3.18.0 in order to replace tox's whitelist_externals by allowlist_externals option: https://github.com/tox-dev/tox/blob/master/docs/changelog.rst#v3180-2020-07-23 Change-Id: I2ce7d33d8b8af214145a53165214c9c018d27e20 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 84177836e..6a498ff82 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -minversion = 3.1.0 +minversion = 3.18.0 envlist = py37,flake8 ignore_basepython_conflict = True skipsdist = True