tox-pyenv
tox-pyenv copied to clipboard
tox-pyenv breaks with tox 4.0rc1
Looks like tox-pyenv relies on the py library but doesn't declare it explicitly as a dependency
https://github.com/tox-dev/tox-pyenv/blob/7391610c2c4f1c95abde2e8638763b1b24e604cd/tox_pyenv.py#L47
Since tox itself is dropping py, tox-pyenv breaks with the latest release candidate.
Ping @gaborbernat as the common maintainer in both projects.