diff --git a/tools/integration.sh b/tools/integration.sh index 64272fa5da..050b54a415 100644 --- a/tools/integration.sh +++ b/tools/integration.sh @@ -6,11 +6,6 @@ function mkvenv { rm -rf $venv virtualenv $venv $venv/bin/pip install -U pip wheel - - # If a change to PBR is being tested, preinstall the wheel for it - if [ -n "$PBR_CHANGE" ] ; then - $venv/bin/pip install $pbrsdistdir/dist/pbr-*.whl - fi } function install_all_of_gr {