From f04499e273d8964565db73af3f991194862abdc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 14 Aug 2022 12:11:00 +0200 Subject: [PATCH] debian: do not run tests during packaging step --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index f562968..38edc31 100755 --- a/debian/rules +++ b/debian/rules @@ -2,6 +2,7 @@ # -*- makefile -*- # export PYBUILD_NAME=xstatic-godo +export PYBUILD_DISABLE=test %: dh $@ --with python3 --buildsystem=pybuild