AI Dynamics

Global AI News Aggregator

UV Recipe for Python Testing with PyProject

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:

→ View original post on X — @simonw,

Commentaires

Leave a Reply

Your email address will not be published. Required fields are marked *