From 7693bb1b1f9f015a57c134bb9fdc71278a5b0aca Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Sat, 16 Feb 2019 23:06:14 +0100 Subject: [PATCH] debian: don't run tests as they require python 3 --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index 82ff348..4228d8d 100755 --- a/debian/rules +++ b/debian/rules @@ -25,6 +25,8 @@ ifeq (,$(findstring nodoc, $(DEB_BUILD_OPTIONS))) dh_sphinxdoc endif +override_dh_auto_test: + override_dh_clean: rm -rf docs/.build dh_clean