tox-uv icon indicating copy to clipboard operation
tox-uv copied to clipboard

Use https://github.com/astral-sh/uv with tox

Results 4 tox-uv issues
Sort by recently updated
recently updated
newest added

updates: - [github.com/tox-dev/pyproject-fmt: 2.0.3 → 2.1.1](https://github.com/tox-dev/pyproject-fmt/compare/2.0.3...2.1.1)

Follow on from https://github.com/tox-dev/tox-uv/issues/16. I need to hardcode `uv pip` instead of `{envpython} -m pip` when using tox-uv: ```diff commands_pre = - {envpython} -m pip install -r requirements.txt + uv...

bug
help wanted

My tox.ini contains: ```ini commands_pre = {envpython} -m pip install -r requirements.txt ``` But when installing tox-uv and running `python -m tox -e py -vvv` I get: ```pytb py: 1971...

enhancement
help wanted

## Issue I am running the [currency converter](https://github.com/alexprengere/currencyconverter) test suite. I have the latest version of `tox` (4.13) installed globally with `pipx` on the latest Fedora (WSL2 in Windows). I...

bug
help wanted