Nail pip 20.2.3

Co-authored-by: Alex Kavanagh <alex.kavanagh@canonical.com>
This commit is contained in:
Aurelien Lourot
2021-07-28 16:52:33 +02:00
parent ee647a7552
commit e693fc1840
2 changed files with 5 additions and 1 deletions

4
pip.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
pip install pip==20.2.3
pip install "$@"

View File

@@ -22,7 +22,7 @@ minversion = 3.2.0
setenv = VIRTUAL_ENV={envdir}
PYTHONHASHSEED=0
install_command =
pip install {opts} {packages}
{toxinidir}/pip.sh install {opts} {packages}
commands = nosetests --with-coverage --cover-package=zaza.openstack {posargs} {toxinidir}/unit_tests