[pandas] 01/01: Deactivate total ignoring of tests on certain architectures

Andreas Tille tille at debian.org
Fri Oct 13 18:37:14 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch debian
in repository pandas.

commit 92c0c524a2244dd5bcef516b5e345c00c75a809a
Author: Andreas Tille <tille at debian.org>
Date:   Fri Oct 13 20:36:50 2017 +0200

    Deactivate total ignoring of tests on certain architectures
---
 debian/rules | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index f5001b7..286e365 100755
--- a/debian/rules
+++ b/debian/rules
@@ -161,7 +161,7 @@ override_dh_python3: _dh_python3
 override_dh_compress:
 	dh_compress -X.py -X.html -X.pdf -X.css -X.jpg -X.txt -X.js -X.json -X.rtc -Xobjects.inv
 
-ifeq ($(DEB_HOST_ARCH),$(filter $(DEB_HOST_ARCH),  arm64 armel armhf mips mips64el mipsel s390x alpha hppa m68k powerpc ppc64 sparc64))
-override_dh_auto_test:
-	override_dh_auto_test || true
-endif
+#ifeq ($(DEB_HOST_ARCH),$(filter $(DEB_HOST_ARCH),  arm64 armel armhf mips mips64el mipsel s390x alpha hppa m68k powerpc ppc64 sparc64))
+#override_dh_auto_test:
+#	dh_auto_test || true
+#endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pandas.git



More information about the debian-science-commits mailing list