Skip to content

Conversation

ldionne
Copy link
Member

@ldionne ldionne commented Oct 3, 2025

Tox's whitelist_externals has been removed in favour of allowlist_externals, which led to rm not being considered part of the allow-list, and the tests failing with:

rm is not allowed, use allowlist_externals to allow it

We already had the right commands in the allow-list, but we were just using the wrong variable name in tox.ini.

Tox's whitelist_externals has been removed in favour of
allowlist_externals, which led to `rm` not being considered
part of the allow-list, and the tests failing with:

    rm is not allowed, use allowlist_externals to allow it

We already had the right commands in the allow-list, but we
were just using the wrong variable name in tox.ini.
@ldionne ldionne merged commit 06b6d38 into llvm:main Oct 3, 2025
1 of 2 checks passed
@ldionne ldionne deleted the allowlist branch October 3, 2025 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant