Fix: Update tox.ini for tox v4.0+ 04/105404/2
authorSangwook Ha <[email protected]>
Wed, 12 Apr 2023 08:24:06 +0000 (01:24 -0700)
committerSangwook Ha <[email protected]>
Wed, 12 Apr 2023 09:02:17 +0000 (02:02 -0700)
commit571dea5175d82783a4408c862ee3a207c9df16f6
tree34b14ffec91a62068423091467170163003a08d3
parentbc042ed3b8f79acd4a41b313ecb3fc61407b65be
Fix: Update tox.ini for tox v4.0+

There are a couple of changes in tox v4.0+ not compatible with tox.ini.

The 'whitelist_externals' key was removed. Use 'allowlist_externals'
instead.

'passenv' does not support a space-separated list any more.
Use a comma-separated list instead. Also, remove duplicate environment
variables since the names are not case sensitive.

https://tox.wiki/en/4.4.11/upgrading.html#upgrading
https://tox.wiki/en/4.4.11/config.html#passenv

Change-Id: I188cc4ea20d187e44a7a2a7f07845306dd4b81fe
Signed-off-by: Sangwook Ha <[email protected]>
tox.ini