Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

migrate from poetry to uv #703

Merged
merged 11 commits into from
Nov 5, 2024
Merged

migrate from poetry to uv #703

merged 11 commits into from
Nov 5, 2024

Conversation

seapagan
Copy link
Owner

@seapagan seapagan commented Nov 5, 2024

Migrate project from Poetry to uv

This is a minor breaking-change, but the great majority of the code is unaffected.

  • Fixed all the issues this caused - mainly because we parsed the original [poetry] layout to get version and similar metadata.
  • Migrated the GitHub actions to suit
  • Migrated the docker config, though this may need some work in the future.

Signed-off-by: Grant Ramsay <[email protected]>
@seapagan seapagan added the enhancement New feature or request label Nov 5, 2024
@seapagan seapagan self-assigned this Nov 5, 2024
Signed-off-by: Grant Ramsay <[email protected]>
Signed-off-by: Grant Ramsay <[email protected]>
otherwise the pyproject 'name' can get mangled

Signed-off-by: Grant Ramsay <[email protected]>
Signed-off-by: Grant Ramsay <[email protected]>
@seapagan seapagan marked this pull request as draft November 5, 2024 12:18
Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.11% (target: -1.00%) 100.00%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (449412a) 910 902 99.12%
Head commit (753a2b5) 910 (+0) 903 (+1) 99.23% (+0.11%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#703) 12 12 100.00%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

@seapagan seapagan added breaking and removed enhancement New feature or request labels Nov 5, 2024
@seapagan seapagan marked this pull request as ready for review November 5, 2024 19:24
@seapagan seapagan merged commit 371b7b0 into main Nov 5, 2024
15 checks passed
@seapagan seapagan deleted the migrate-to-uv branch November 5, 2024 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant