You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use allowlist_externals instead of whitelist_externals (#46)
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.
0 commit comments