Fix: Workaround for yaml multiline string
[releng/global-jjb.git] / releasenotes / notes / tox-install-8864409ad7415d5d.yaml
1 ---
2 fixes:
3   - |
4     Pip install pyenv from python2 should force more-itertools to 5.0.0
5     In a fresh python2.7 venv "pip install pyenv" correctly pulls down
6     more-itertools [required: Any, installed: 5.0.0]
7     If for some reason a higher version is already installed this will downgrade
8     more-itertools to a py2 compatible version