Support uv - #328
Conversation
Codecov Report❌ Patch coverage is 📢 Thoughts on this report? Let us know! |
|
@loichuder Not done yet. But I'm not familiar with uv so I'm not sure using uv in this way makes sense. Perhaps I should focus on creating fresh environments and drop support for installation in the current environment? |
|
To be more specific, we use If we refactor and drop installation in the current environment then we have "pip+venv" (native), "uv", "pixi", "conda", "poetry" (we can drop "pipenv"). |
|
Discussed in-person. Based on the fact that most modern package managers abstract away virtual env management, we decided that However, to cater for dev/debugging usecases, we will add a flag |
|
Abandoned this PR in favor of what was discussed. Current WIP #330 to be split in parts when finished. |
Continue with #41. This PR adds UV and refactors tests. AI warning.