しゅんそく
@shunsock
DataEngineering, ML&Stats, Web / 依頼・リファラルはDMへ
ID: 1517541309695037441
https://zenn.dev/shundeveloper 22-04-2022 16:30:29
9,9K Tweet
1,1K Takipçi
3,3K Takip Edilen
I figured out a uv recipe for running tests for any project with pyproject.toml or setuppy using any Python version: uv run --python 3.14 --isolated --with-editable '.[test]' pytest I've wrapped it in a uv-test script: uv-test -p 3.11 Full details:til.simonwillison.net/python/uv-tests