From 370f7ddf83514f4abd3b5741af33f01c5a008e25 Mon Sep 17 00:00:00 2001 From: zhongshengping Date: Fri, 23 Mar 2018 07:49:16 +0000 Subject: [PATCH] Support puppet 4.8 and latest for libraries unit test Change-Id: Iee3b111596a0ad344f77fd13749ce51d50681b7c 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 7d8c950..84150d0 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_module