fix: add tox 4 support in tox.ini
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 3 Jan 2023 21:28:49 +0000 (16:28 -0500)
committerMichael Jeanson <mjeanson@efficios.com>
Mon, 16 Jan 2023 21:04:39 +0000 (16:04 -0500)
commitc4c460634f3e5980f97b04157ba96b3c615af574
tree7f28613cc59c3f128ed77765f035f9f314180c71
parent21910b4fe7a16b314bbc2cfb1e5559b8b0289f31
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>
tox.ini
This page took 0.023281 seconds and 4 git commands to generate.