[python-astropy] 01/01: Add bug URL to pytest.skip

Ole Streicher olebole at moszumanska.debian.org
Thu Jun 25 07:36:49 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 72ea350b1b16bfe134492689bb34bf712bfc8d40
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Thu Jun 25 09:38:17 2015 +0200

    Add bug URL to pytest.skip
---
 debian/patches/mark_known_failures.patch | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/patches/mark_known_failures.patch b/debian/patches/mark_known_failures.patch
index 58f43ee..a388c74 100644
--- a/debian/patches/mark_known_failures.patch
+++ b/debian/patches/mark_known_failures.patch
@@ -43,12 +43,13 @@ Description: Mark all known test failures as xfail.
      WCSBase = _wcs._Wcs
 --- a/astropy/tests/tests/test_socketblocker.py
 +++ b/astropy/tests/tests/test_socketblocker.py
-@@ -66,8 +66,7 @@
+@@ -66,8 +66,8 @@
  def _square(x):
      return x ** 2
  
 -
 - at pytest.mark.skipif('not PY3_4 or sys.platform == "win32"')
++# see https://github.com/astropy/astropy/issues/3886
 + at pytest.mark.skipif('not PY3_4 or sys.platform == "win32" or sys.platform.startswith("gnu0")')
  def test_multiprocessing_forkserver():
      """

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