[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

How to deal with pandas



Hi,

to deal with #877419 I'd suggest the following approach:

   1. Ignore test suite errors on those architectures that are
      known to fail (see attached patch, NOT TESTED, please review)
   2. Drop severity of the bug from serious to important
   3. Fix bug #877419 later but let pandas and its dependencies
      (statsmodels and lots of others) migrate to testing

If you think this is a sensible strategy and you want me to upload
pandas with this patch I would also do

   4. Move pandas to Debian Science as discussed before

Kind regards

    Andreas.

-- 
http://fam-tille.de
>From b849a1ea0f20913bd52926aae9bb0cca2d6b4836 Mon Sep 17 00:00:00 2001
From: Andreas Tille <tille@debian.org>
Date: Wed, 4 Oct 2017 15:09:28 +0200
Subject: [PATCH] Ignore test results for architectures that are known to fail

---
 debian/changelog | 8 ++++++++
 debian/rules     | 5 +++++
 2 files changed, 13 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 5696e6ce8..500e91446 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+pandas (0.20.3-3) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Ignore test results for architectures that are known to fail
+    (Concerns bug #877419)
+
+ -- Andreas Tille <tille@debian.org>  Wed, 04 Oct 2017 15:04:26 +0200
+
 pandas (0.20.3-2) unstable; urgency=medium
 
   * debian/control
diff --git a/debian/rules b/debian/rules
index 854776db4..f5001b7b0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -160,3 +160,8 @@ override_dh_python3: _dh_python3
 ## immediately useable documentation and exemplar scripts/data
 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
-- 
2.14.2


Reply to: