[Debian-astro-commits] [python-astropy] 05/05: xfail test_fortran_ parallel tests

Ole Streicher olebole at moszumanska.debian.org
Tue Aug 1 09:21:41 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 017c18fe5c98a025095b9f5b9832be050a6a3f8a
Author: Ole Streicher <olebole at debian.org>
Date:   Tue Aug 1 10:37:23 2017 +0200

    xfail test_fortran_ parallel tests
---
 debian/patches/mark_known_failures.patch | 25 ++++++++++++++++++++++++-
 1 file changed, 24 insertions(+), 1 deletion(-)

diff --git a/debian/patches/mark_known_failures.patch b/debian/patches/mark_known_failures.patch
index 7dab897..c597e60 100644
--- a/debian/patches/mark_known_failures.patch
+++ b/debian/patches/mark_known_failures.patch
@@ -4,9 +4,32 @@ Subject: Mark all known test failures as xfail. These failures have been
  discussed with upstream.
 
 ---
+ astropy/io/ascii/tests/test_c_reader.py   | 4 ++--
  astropy/tests/tests/test_socketblocker.py | 2 ++
- 1 file changed, 2 insertions(+)
+ 2 files changed, 4 insertions(+), 2 deletions(-)
 
+diff --git a/astropy/io/ascii/tests/test_c_reader.py b/astropy/io/ascii/tests/test_c_reader.py
+index f3bf89d..bab24b0 100644
+--- a/astropy/io/ascii/tests/test_c_reader.py
++++ b/astropy/io/ascii/tests/test_c_reader.py
+@@ -1056,7 +1056,7 @@ def test_int_out_of_range(parallel):
+ 
+ 
+ @pytest.mark.parametrize("parallel", [
+-    pytest.mark.xfail(os.name == 'nt', reason="Multiprocessing is currently unsupported on Windows")(True),
++    pytest.mark.xfail(reason="see https://github.com/astropy/astropy/issues/5693")(True),
+     False])
+ def test_fortran_reader(parallel):
+     """
+@@ -1099,7 +1099,7 @@ def test_fortran_reader(parallel):
+ 
+ 
+ @pytest.mark.parametrize("parallel", [
+-    pytest.mark.xfail(os.name == 'nt', reason="Multiprocessing is currently unsupported on Windows")(True),
++    pytest.mark.xfail(reason= "see https://github.com/astropy/astropy/issues/5693")(True),
+     False])
+ def test_fortran_invalid_exp(parallel):
+     """
 diff --git a/astropy/tests/tests/test_socketblocker.py b/astropy/tests/tests/test_socketblocker.py
 index 18524b6..fff462d 100644
 --- a/astropy/tests/tests/test_socketblocker.py

-- 
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