Switch to use uv.lock instead of test-requirements.txt#3188
Switch to use uv.lock instead of test-requirements.txt#3188CoolCat467 wants to merge 6 commits intopython-trio:mainfrom
uv.lock instead of test-requirements.txt#3188Conversation
|
I don't like this change (because I install the dependencies using My opinion might shift if there's ever a standardized lockfile format though. |
presumably one could use |
|
Actually, there's a standardized lockfile now. Pip's support for it is in beta, but I figure we can switch to it whenever. In particular, it looks like we can swap |
In this pull request, we switch the CI system to use
uv.lockinstead oftest-requirements.txt.