From 28c94b420fd5352cfd42d3c5219b38e378be5921 Mon Sep 17 00:00:00 2001 From: Thomas Goirand <thomas@goirand.fr> Date: Tue, 5 May 2015 09:16:56 +0000 Subject: [PATCH] Do not test with Python 3. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 56c3611..36bdabc 100755 --- a/debian/rules +++ b/debian/rules @@ -25,7 +25,7 @@ override_dh_install: override_dh_auto_test: ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) echo "===> Running tests" - set -e && for i in $(PYTHONS) $(PYTHON3S) ; do \ + set -e && for i in $(PYTHONS) ; do \ PYMAJOR=`echo $$i | cut -d'.' -f1` ; \ echo "===> Testing with python$$i (python$$PYMAJOR)" ; \ rm -rf .testrepository ; \