From d492b058cc470f31d73fa9d885507798665c838a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 17 Feb 2019 10:09:25 +0100 Subject: [PATCH] debian: don't run tests --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index dbc93091..3c40312f 100755 --- a/debian/rules +++ b/debian/rules @@ -6,3 +6,5 @@ export PYBUILD_NAME=weasyprint %: dh $@ --with python2,python3 --buildsystem=pybuild +override_dh_auto_test: +