Skip to content

Switch to use uv instead of Poetry#175

Merged
Tenzer merged 7 commits intomainfrom
uv
Apr 1, 2025
Merged

Switch to use uv instead of Poetry#175
Tenzer merged 7 commits intomainfrom
uv

Conversation

@Tenzer
Copy link
Copy Markdown
Owner

@Tenzer Tenzer commented Apr 1, 2025

This is mainly for me to get some more experience with uv, but it also has some nice new features such as --resolution=lowest which will allow me to easily test the lower version bounds of dependencies for Alga.

It at the same time allows me to migrate away from the unmaintained poetry2nix.

Tenzer added 7 commits April 1, 2025 22:19
This also removes the `DeterminateSystems/magic-nix-cache-action` action which
no longer works and adds the "pytest-lowest" job which uses uv's feature to
resolve dependencies to their lowest possible version, so it can be verified it
works with those as well.
This should also fix the reference to Python 3.14 and disable the cache of
dependencies when running tests, because the cache otherwise will collide.
We don't want them to be using their oldest versions when running tests with
`--resolution=lowest`.
@Tenzer Tenzer marked this pull request as ready for review April 1, 2025 21:20
@Tenzer Tenzer merged commit 00c13bf into main Apr 1, 2025
17 checks passed
@Tenzer Tenzer deleted the uv branch April 1, 2025 21:21
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