From: Thomas Goirand Date: Mon, 13 Jun 2016 12:05:03 +0000 (+0000) Subject: Do not run Py3 tests. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=ef5ba31250f078833f377c7c999bd83055b8da36;p=openstack-build%2Fneutron-build.git Do not run Py3 tests. Rewritten-From: 3322957992c982620e80d117ba2de89355a86967 --- diff --git a/xenial/debian/rules b/xenial/debian/rules index 0c325ce81..e83cdf5a9 100755 --- a/xenial/debian/rules +++ b/xenial/debian/rules @@ -174,7 +174,7 @@ override_dh_clean: override_dh_auto_test: ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) @echo "===> Running tests" - set -e ; set -x ; for i in 2.7 $(PYTHON3S) ; do \ + set -e ; set -x ; for i in 2.7 ; do \ PYMAJOR=`echo $$i | cut -d'.' -f1` ; \ echo "===> Testing with python$$i (python$$PYMAJOR)" ; \ rm -rf .testrepository ; \