-
Notifications
You must be signed in to change notification settings - Fork 60
feat: add uv plugin #792
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
feat: add uv plugin #792
Conversation
c3022c8 to
ff0e5fa
Compare
|
Test failures should all be unrelated:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The docs failure is related:
checking consistency... /home/docs/checkouts/readthedocs.org/user_builds/canonical-rockcraft/checkouts/792/docs/common/craft-parts/reference/plugins/go_use_plugin.rst: WARNING: document isn't included in any toctree
/home/docs/checkouts/readthedocs.org/user_builds/canonical-rockcraft/checkouts/792/docs/common/craft-parts/reference/plugins/uv_plugin.rst: WARNING: document isn't included in any toctree
|
@lengau do you know what's up with this OSV-scanner? I don't know which requirements file it's picking up here: |
|
I think the failure is coming from this being unpinned: https://github.com/canonical/rockcraft/blob/main/docs/tutorial/code/fastapi/requirements.txt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great!
Co-authored-by: Alex Lowe <alex.lowe@canonical.com>
Adding the uv plugin from craft-parts to Rockcraft.
CRAFT-3916
Closes #789.