[Debian-astro-commits] [python-astropy] 01/01: Re-disable test_socketblocker (see upstream #4193).

Ole Streicher olebole at moszumanska.debian.org
Wed Jul 12 09:28:07 UTC 2017


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

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

commit cd53a77fc4fa5ea304d7fae911d81aafcf5b9408
Author: Ole Streicher <olebole at debian.org>
Date:   Wed Jul 12 09:40:48 2017 +0200

    Re-disable test_socketblocker (see upstream #4193).
    
    This test still hangs on CI.
---
 debian/patches/mark_known_failures.patch | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/debian/patches/mark_known_failures.patch b/debian/patches/mark_known_failures.patch
index ea515cf..7dab897 100644
--- a/debian/patches/mark_known_failures.patch
+++ b/debian/patches/mark_known_failures.patch
@@ -4,21 +4,19 @@ Subject: Mark all known test failures as xfail. These failures have been
  discussed with upstream.
 
 ---
- astropy/tests/tests/test_socketblocker.py | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
+ astropy/tests/tests/test_socketblocker.py | 2 ++
+ 1 file changed, 2 insertions(+)
 
 diff --git a/astropy/tests/tests/test_socketblocker.py b/astropy/tests/tests/test_socketblocker.py
-index 18524b6..e5c1a90 100644
+index 18524b6..fff462d 100644
 --- a/astropy/tests/tests/test_socketblocker.py
 +++ b/astropy/tests/tests/test_socketblocker.py
-@@ -67,8 +67,9 @@ PY3_4 = sys.version_info[:2] >= (3, 4)
- def _square(x):
-     return x ** 2
+@@ -69,6 +69,8 @@ def _square(x):
+ 
  
--
  @pytest.mark.skipif('not PY3_4 or sys.platform == "win32" or sys.platform.startswith("gnu0")')
 +# see https://github.com/astropy/astropy/issues/4193
-+#@pytest.mark.skipif(True, reason="Blocks on Debian CI test")
++ 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