Refactor: pre-commit cleanups
[releng/global-jjb.git] / releasenotes / notes / refactor-tox-pyenv-f5b3aac7eec3725d.yaml
1 ---
2 prelude: >
3   PyPI verify jobs requires Python 3.x. The tox run picks up default version
4   of python instead of the version made available through pyenv.
5 issues:
6   - |
7     Re-factor lf-activate-venv() to skip a return, while the venv is
8     re-used, so that the PATH can be set.
9 fixes:
10   - |
11     Update the tox install and run script to Call lf-avtivate-venv().