From 10f16913f600092c51e8e02e45633b051727c745 Mon Sep 17 00:00:00 2001 From: zhongshengping Date: Fri, 23 Mar 2018 07:48:28 +0000 Subject: [PATCH] Support puppet 4.8 and latest for libraries unit test Change-Id: If7542eeadc953d6c92a0ed7eb35e413486a8fa52 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 ba2f5e7..29c6a7e 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 prepare_environment