From 0deb826fd80273dda77866e87a08e83da0a05c88 Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Sun, 17 Feb 2019 00:08:34 +0100 Subject: [PATCH] debian: disable tests as they require python3 --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index 7437224..19bdead 100755 --- a/debian/rules +++ b/debian/rules @@ -19,3 +19,5 @@ ifeq (,$(findstring nodoc, $(DEB_BUILD_OPTIONS))) PYTHONPATH=. python3 -m sphinx -b html -N docs/ $(CURDIR)/debian/python-cssselect2-doc/usr/share/doc/python-cssselect2-doc/html dh_sphinxdoc endif + +override_dh_auto_test: