-
Type:
Task
-
Resolution: Fixed
-
Priority:
Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
-
🔵 Done
-
Python Drivers
-
Not Needed
-
-
None
-
None
-
None
-
None
-
None
-
None
Context
There are a few usability problems with our current uv setup:
- We are missing a "--frozen" in run-tests.sh, which can cause the lock file to update
- Running with --isolated is very slow, especially for typing
- The uv sync commands are verbose
Definition of done
Clean up our usage of uv in the justfile and in run-tests.sh.
Pitfalls
None