uv run for running tests on versions of Python
Read OriginalThis article explains how to use the 'uv run' command to execute tests on multiple Python versions locally. It demonstrates replacing Tox or Nox by using a Makefile to run pytest across Python 3.10, 3.11, 3.12, and 3.13, and shows how to utilize dependency groups from pyproject.toml for testing.
Comments
No comments yet
Be the first to share your thoughts!
Top of the Week
No top articles yet