[python-astropy] 01/01: Fix FTBS with hurd-i386

Ole Streicher olebole at moszumanska.debian.org
Wed Jun 24 08:17:05 UTC 2015


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

olebole pushed a commit to branch debian
in repository python-astropy.

commit 1d30980f9c011481500679fd37b7f40ce75beae5
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Wed Jun 24 09:40:29 2015 +0200

    Fix FTBS with hurd-i386
---
 debian/changelog                         |  6 ++++++
 debian/patches/mark_known_failures.patch | 12 ++++++++++++
 2 files changed, 18 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 6d95194..2bd8466 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-astropy (1.0.3-2) UNRELEASED; urgency=low
+
+  * Fix FTBS with hurd-i386
+
+ -- Ole Streicher <olebole at debian.org>  Wed, 24 Jun 2015 09:37:57 +0200
+
 python-astropy (1.0.3-1) unstable; urgency=low
 
   * New upstream version
diff --git a/debian/patches/mark_known_failures.patch b/debian/patches/mark_known_failures.patch
index b66d39f..58f43ee 100644
--- a/debian/patches/mark_known_failures.patch
+++ b/debian/patches/mark_known_failures.patch
@@ -41,3 +41,15 @@ Description: Mark all known test failures as xfail.
  
  if _wcs is not None:
      WCSBase = _wcs._Wcs
+--- a/astropy/tests/tests/test_socketblocker.py
++++ b/astropy/tests/tests/test_socketblocker.py
+@@ -66,8 +66,7 @@
+ def _square(x):
+     return x ** 2
+ 
+-
+- at pytest.mark.skipif('not PY3_4 or sys.platform == "win32"')
++ at pytest.mark.skipif('not PY3_4 or sys.platform == "win32" or sys.platform.startswith("gnu0")')
+ def test_multiprocessing_forkserver():
+     """
+     Test that using multiprocessing with forkserver works.  Perhaps

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/python-astropy.git



More information about the debian-science-commits mailing list