From 7fe60b6f33ce824e971c69f186c33088687d1c71 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Thu, 15 Oct 2015 10:43:46 -0700 Subject: [PATCH] Stop special casing jeepyb and pypi-mirror in test We have removed these projects from the PROJECTS list so no longer need to special case them here. Change-Id: Ic3116a646389438ded03f285819529477bf849d8 Depends-On: I61c2f3f8a724dc789479278e7ba493e095c52305 --- tools/integration.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tools/integration.sh b/tools/integration.sh index 27dfe68907..5e629609fa 100644 --- a/tools/integration.sh +++ b/tools/integration.sh @@ -77,14 +77,6 @@ for PROJECT in $PROJECTS ; do # project doesn't use pbr continue fi - if [ $SHORT_PROJECT = 'pypi-mirror' ]; then - # pypi-mirror doesn't consume the mirror - continue - fi - if [ $SHORT_PROJECT = 'jeepyb' ]; then - # pypi-mirror doesn't consume the mirror - continue - fi if [ $SHORT_PROJECT = 'tempest' ]; then # Tempest doesn't really install continue