💭 uv run for running tests on versions of Python ================================================ !https://daniel.feldroy.com/posts/2025-07-uv-run-for-testing-python-versions Date: July 21, 2025 uv run for running tests on versions of Python Using uv run with make to replace tox or nox for testing multiple versions of Python locally. https://daniel.feldroy.com · daniel.feldroy.com [1] Such a fantastic use of uv, its so fast and flexible and does everything I need that next time I go to set up some more complex testing like this I'm going to lean towards it more than i would something like tox. In the post Daniel sets up matrix testing for testing out different versions of python with the same pytest test suite. !!! note This post is a thought [2]. It's a short note that I make about someone else's content online #thoughts [3] References: [1]: https://daniel.feldroy.com/posts/2025-07-uv-run-for-testing-python-versions [2]: /thoughts/ [3]: /tags/thoughts/