From ef5ba31250f078833f377c7c999bd83055b8da36 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Mon, 13 Jun 2016 12:05:03 +0000 Subject: [PATCH] Do not run Py3 tests. Rewritten-From: 3322957992c982620e80d117ba2de89355a86967 --- xenial/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ; \ -- 2.45.2