From cc9e20ad3036f1661db6e2accc52cec7e6d1399b Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Wed, 11 Feb 2015 10:04:22 +0100 Subject: [PATCH] Cleanup code related to pbr wheel installation from git Since I8e453110655c0e74ff81b4cdc796c4935c75a553, we don't generate pbr wheels from git, so there is no need for this either. Change-Id: I0c70735556d1da68924518b9deb13f4ed082a79d --- tools/integration.sh | 5 ----- 1 file changed, 5 deletions(-) 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 {