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
fix: provide clear messaging about config file loading
Fix bug where tox is silently ignoring loading pyproject.toml files
that failed be loaded by tomllint and falling back to other config.
- if pyproject.toml does not have one of the two expected sections
it will be logged, so it would be visible with `-v`
- make pyproject.toml failure to load a fatal error with clear
information about cause
- keeps ignoring missing pyproject.toml files as expected
With these, users of tox will not be surprised when they break the
config file by mistake, like adding a duplicate section.
0 commit comments