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:
UV Recipe for Python Testing with PyProject
By
–
Leave a Reply