tox-pyenv
tox-pyenv copied to clipboard
plugin that tells tox to use `pyenv which` to find python executables
Results
12
tox-pyenv issues
Sort by
recently updated
recently updated
newest added
See https://github.com/yyuu/pyenv/issues/92#issuecomment-145351621
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....