From 42a08109c09fc4e4979103dacab9fd572d593c66 Mon Sep 17 00:00:00 2001 From: zhongshengping Date: Fri, 23 Mar 2018 07:43:35 +0000 Subject: [PATCH] Support puppet 4.8 and latest for libraries unit test Change-Id: I593989c81dc5905cf66f4d516fb1b0d774cfd6eb Depends-On: https://review.openstack.org/#/c/556773/ --- run_unit_tests.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/run_unit_tests.sh b/run_unit_tests.sh index f456146..a93eb3a 100755 --- a/run_unit_tests.sh +++ b/run_unit_tests.sh @@ -15,9 +15,6 @@ export SCRIPT_DIR=$(cd `dirname $0` && pwd -P) source $SCRIPT_DIR/functions -if [ "4.8" != "latest" ]; then - export PUPPET_GEM_VERSION='~> 4.8.0' -fi install_gems