Merge "nodepool/elements : use abstracted commands"

This commit is contained in:
Zuul 2019-10-10 15:33:09 +00:00 committed by Gerrit Code Review
commit fb13d6e07c
3 changed files with 3 additions and 3 deletions

View File

@ -25,6 +25,6 @@ packages='tox'
# non-system root installed packages can interfere with things
if [ "${DISTRO_NAME}" != "gentoo" ]; then
for package in $packages ; do
pip install $package
$DIB_PYTHON_PIP install $package
done
fi

View File

@ -22,5 +22,5 @@ if [ ${DIB_DEBUG_TRACE:-0} -gt 0 ]; then
fi
set -e
virtualenv /usr/bindep-env
$DIB_PYTHON_VIRTUALENV /usr/bindep-env
/usr/bindep-env/bin/pip install bindep

View File

@ -18,5 +18,5 @@ if [ ${DIB_DEBUG_TRACE:-0} -gt 0 ]; then
fi
set -e
virtualenv /usr/os-testr-env
$DIB_PYTHON_VIRTUALENV /usr/os-testr-env
/usr/os-testr-env/bin/pip install os-testr