Skip to content

Fix failing tests#1924

Merged
ofek merged 2 commits intopypa:masterfrom
djcopley:fix-test
Mar 4, 2025
Merged

Fix failing tests#1924
ofek merged 2 commits intopypa:masterfrom
djcopley:fix-test

Conversation

@djcopley
Copy link
Contributor

@djcopley djcopley commented Mar 3, 2025

Flit version 3.11 automatically includes license files in the metadata, even if they are not explicitly referenced in the pyproject.toml. Any file matching a license regex, such as the LICENSE.txt generated by hatch new, is included by default. This broke the result output assumption.

UV>=0.5.23 fixed astral-sh/uv#3014

@djcopley djcopley changed the title Fix failing flit backend test Fix failing tests Mar 4, 2025
Copy link
Contributor

@ofek ofek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@ofek ofek merged commit d81790e into pypa:master Mar 4, 2025
50 checks passed
github-actions bot pushed a commit that referenced this pull request Mar 4, 2025
* Fix failing flit backend test

* uv behavior matches pip in uv>=v0.5.23 d81790e
github-actions bot pushed a commit to DimitriPapadopoulos/hatch that referenced this pull request Mar 11, 2025
* Fix failing flit backend test

* uv behavior matches pip in uv>=v0.5.23 d81790e
ofek pushed a commit that referenced this pull request Apr 7, 2025
* Fix failing flit backend test

* uv behavior matches pip in uv>=v0.5.23
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.

Direct reference metadata compatibility

2 participants