fix: add tox 4 support in tox.ini
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 3 Jan 2023 21:28:49 +0000 (16:28 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 17 Jan 2023 13:29:02 +0000 (08:29 -0500)
commitcf2658d23b27ebc5673eb0d9f00c8034bb24ce7a
tree1fbd9dc42bc1631ca6f5c94dd26f83eb0494fc8d
parent06e2743b237b7e9dd55b1983d9d9197c711036c5
fix: add tox 4 support in tox.ini

Tox 4 introduced configuration syntax changes to tox.ini that requires
at least tox 3.18 for compatibility.

The 'passenv' configuration was documented as space separated in tox 3
and is now comma separated in tox 4. However, newline separated works in
both tox versions [1].

The 'whitelist_externals' configuration was replaced by
'allowlist_externals', the new value was introduced in 3.18 as an
alternative.

[1] https://tox.wiki/en/latest/upgrading.html#upgrading

Change-Id: Ibe6d16f7a180d4341f1a2c0f4a6343d72210cd94
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
(cherry picked from commit c4c460634f3e5980f97b04157ba96b3c615af574)
tox.ini
This page took 0.024937 seconds and 4 git commands to generate.