Skip to content

Make TOML parsing always available#394

Merged
sirosen merged 1 commit intomainfrom
always-support-toml
Feb 6, 2024
Merged

Make TOML parsing always available#394
sirosen merged 1 commit intomainfrom
always-support-toml

Conversation

@sirosen
Copy link
Copy Markdown
Member

@sirosen sirosen commented Feb 6, 2024

This makes the dependency on tomli for older Pythons non-optional,
ensuring that .toml files are always supported.

Most of the code removals have to do with testing and supporting the
state with no TOML parser available. There's no longer an ENABLED
bool control, and tests no longer try to use that to check the
behavior in the absence of a parser.

This makes the dependency on `tomli` for older Pythons non-optional,
ensuring that `.toml` files are always supported.

Most of the code removals have to do with testing and supporting the
state with no TOML parser available. There's no longer an `ENABLED`
bool control, and tests no longer try to use that to check the
behavior in the absence of a parser.
@sirosen sirosen merged commit 2bf5f7d into main Feb 6, 2024
@sirosen sirosen deleted the always-support-toml branch February 6, 2024 00:59
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