tox-dev / tox-uv

Use https://github.com/astral-sh/uv with tox
MIT License
66 stars 14 forks source link

Drop use of `VIRTUAL_ENV=${Python_ROOT_DIR}` workaround #57

Closed zanieb closed 3 months ago

zanieb commented 3 months ago

Hi!

In the latest uv release, we no longer support this for using the system Python. You can see some more context at https://github.com/astral-sh/uv/issues/3765 and https://github.com/inventree/InvenTree/pull/7317.

zanieb commented 3 months ago

Ah interesting, this fails with

error: the argument '--python ' cannot be used with '--system'

I presume that means you do not need the global system flag.