Table of Contents
$ tox run -e env_spec --runner uv-virtualenv
Based on experiments there are problems with using uv
to install sdist from a path. So I suggest configuring
tox to use the wheel for package installation.
[testenv]
package = wheel
pip install git+https://github.com/czaki/tox-uv
tox-uv
is distributed under the terms of the MIT license.