-
-
Notifications
You must be signed in to change notification settings - Fork 64
test: add test for failing use case of uv locks #750
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
base: main
Are you sure you want to change the base?
Conversation
|
|
Update on findings:
|
|
I think this is related to #741, which I've been iterating on as part of troubleshooting other sdist builds. |


This PR is not ready for merge. It simply creates a new test case for an issue encountered with using the UV lock files. The python library being used is older and unmaintained, and an error is generated when trying to run tests:
Error in fail: Error in lockfile @@//cases/legacy-deps/googlemaps:uv.lock
The requirements
buildandsetuptoolsare missing from, but the following requirements only provide sdists.Please update your lockfile to provide build tools in order to enable sdist support.
Problems:
Test plan