Regression, broken parsing of pyproject.toml #2920
Labels
💣 breaking
Breaks something in the api or config
🐞 bug
Something isn't working
🗒️ configuration
Issue related to configuration of project or global behavior
Checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pixi, using
pixi --version
.Reproducible example
Issue description
pyproject.toml
file parsing seems broken in latest pixi.The reproduction script above produces
Error: × failed to parse project from tmp/pyproject.toml: duplicate key: `lint`
The same
pyproject.toml
used to be correctly parse by pixi~0.39.0
😢Expected behavior
Parsing works 😭 (no other tools complain about the file content)
The text was updated successfully, but these errors were encountered: