-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace whitelist_externals with allowlist_externals in tox file for all repos #130
Comments
This is now removed in Filtered view from Repo Health Dashboard about the usage of Removal from tox version 4.0.0: https://github.com/tox-dev/tox/blob/main/docs/changelog.rst#deprecations-and-removals---400rc4 |
whitelist_externals has been deprecated in tox for a long time. See: Changelogs.
This came into light when tox was upgraded to version 4.0.0 in upgrade PRs and some PRs failed due to this. For now tox has been pinned to <4.0.0 due to other breaking changes too but we should fix this issue so that whenever we upgrade tox to some version >4.0.0 we don't face this issue again.
A better approach to handle this would be to write a script and run it through bulk repo update job to make all the PRs in one go
The text was updated successfully, but these errors were encountered: