From 57b1d92f7ea50ec0f07a9c6c537805130f7e7854 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Sat, 14 May 2016 22:50:19 +0200 Subject: [PATCH] Simplify disabling of tests --- debian/rules | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/debian/rules b/debian/rules index 60b8b8e..f629800 100755 --- a/debian/rules +++ b/debian/rules @@ -7,6 +7,7 @@ export DH_OPTIONS export PYBUILD_NAME = pyxattr +export PYBUILD_DISABLE = test export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie DPKG_EXPORT_BUILDFLAGS = 1 @@ -23,9 +24,6 @@ override_dh_strip: dh_strip -ppython-pyxattr --dbgsym-migration='python-pyxattr-dbg (<< 0.5.6-1~)' dh_strip -ppython3-pyxattr --dbgsym-migration='python3-pyxattr-dbg (<< 0.5.6-1~)' -override_dh_auto_test: - @echo "Tests need an xattr-enabled filesystem, not running by default" - override_dh_installdocs: dh_installdocs -A README.rst -- 2.39.5