Closed tucked closed 2 years ago
Can you paste your tox.ini and full logs? It's not clean what's going on over there...
This actually appears to be due to a race between 2 instances of tox
working on the same directory simultaneously (our CI bind-mounts the same dir into 2 containers). tox-pyenv
is also in play, and when I run serially, everything passes.
Apologies for the false alarm!
Looks like this line should use the full path to the venv: https://github.com/ionelmc/tox-wheel/blob/c802827e988a95f28f258bda6ca585f234f8fdaa/src/tox_wheel/plugin.py#L169