-
-
Notifications
You must be signed in to change notification settings - Fork 550
RFE: Prefer TOML-native configuration over legaci INI #3402
Copy link
Copy link
Closed
Labels
area:configurationenhancementhelp:wantedIssues that have been acknowledged, a solution determined and a PR might likely be accepted.Issues that have been acknowledged, a solution determined and a PR might likely be accepted.level:easyrought estimate that this might be quite easy to implementrought estimate that this might be quite easy to implement
Metadata
Metadata
Assignees
Labels
area:configurationenhancementhelp:wantedIssues that have been acknowledged, a solution determined and a PR might likely be accepted.Issues that have been acknowledged, a solution determined and a PR might likely be accepted.level:easyrought estimate that this might be quite easy to implementrought estimate that this might be quite easy to implement
What's the problem this feature will solve?
If I have this:
The old tox does not read it and ignores it.
If I change it like this:
The old tox reads it and updates tox in the provision venv.
However, the TOML-native configuration is ignored by the new tox.
Describe the solution you'd like
I believe this could be solved if the new tox preferred the TOML-native configuration over legacy_tox_ini if both exist.
Alternative Solutions
I could stick with legacy_tox_ini unless I know all environments are fully updated to tox > 4.21.
Thanks