From 49ab5684149406dec103aa2128820b561260c34e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 23 Apr 2020 21:41:00 +0200 Subject: [PATCH] debian: use PYBUILD_DISABLE to disable tests --- debian/rules | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 46d643d..a102780 100755 --- a/debian/rules +++ b/debian/rules @@ -1,8 +1,7 @@ #!/usr/bin/make -f export PYBUILD_NAME=authentic2-auth-fedict +export PYBUILD_DISABLE=test %: dh $@ --with python2,python3 --buildsystem=pybuild - -override_dh_auto_test: