From ea81ad2c5c8fed423dff8edcf43d54650d34ff69 Mon Sep 17 00:00:00 2001 From: Emmanuel Cazenave Date: Fri, 22 Jun 2018 14:46:08 +0200 Subject: [PATCH] disable dh_autotest --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index b736038..bb11e66 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,7 @@ #!/usr/bin/make -f export PYBUILD_NAME := zeep +export DEB_BUILD_OPTIONS=nocheck %: dh $@ --with python2,python3 --buildsystem=pybuild