[Debian-astro-commits] [python-astropy] 01/02: Skip test_multiprocessing_forkserver()

Ole Streicher olebole at moszumanska.debian.org
Wed Oct 7 08:01:19 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 d7a55079c0bfff16a77cb2e643de6657d6cfcded
Author: Ole Streicher <olebole at debian.org>
Date:   Tue Oct 6 13:35:07 2015 +0200

    Skip test_multiprocessing_forkserver()
---
 debian/patches/mark_known_failures.patch | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/debian/patches/mark_known_failures.patch b/debian/patches/mark_known_failures.patch
index b66d39f..acdcd27 100644
--- a/debian/patches/mark_known_failures.patch
+++ b/debian/patches/mark_known_failures.patch
@@ -41,3 +41,16 @@ 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,8 @@
+ def _square(x):
+     return x ** 2
+ 
+-
+- at pytest.mark.skipif('not PY3_4 or sys.platform == "win32" or sys.platform.startswith("gnu0")')
++# see https://github.com/astropy/astropy/issues/4193
++ at pytest.mark.skipif(True, reason="Blocks on Debian CI test")
+ 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-astro-commits mailing list