From 10e94811da96e0d2c5d8973866ec80705c020f1c Mon Sep 17 00:00:00 2001 From: Sean Davis Date: Tue, 25 Oct 2016 06:41:12 -0400 Subject: [PATCH] Disable unittests on python 3.5 --- debian/rules | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index ba51886..38dd602 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,9 @@ # Uncomment this to turn on verbose mode. export DH_VERBOSE=1 +# Disable tests +export PYBUILD_DISABLE=test/python3.5 + %: dh $@ --with python3 --buildsystem=pybuild @@ -10,4 +13,4 @@ override_dh_installchanglogs: dh_installchangeslogs NEWS override_dh_auto_install: - LC_ALL=C.UTF-8 dh_auto_install \ No newline at end of file + LC_ALL=C.UTF-8 dh_auto_install