[Debian-astro-commits] [python-astropy] 04/08: Remove failure marks that are proven to be fixed

Ole Streicher olebole at moszumanska.debian.org
Mon Jul 10 10:41:27 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 81adac283f4aa5f3bac74c1c9294c1edd901e82a
Author: Ole Streicher <olebole at debian.org>
Date:   Mon Jul 10 10:28:11 2017 +0200

    Remove failure marks that are proven to be fixed
---
 debian/patches/mark_known_failures.patch | 56 ++------------------------------
 1 file changed, 2 insertions(+), 54 deletions(-)

diff --git a/debian/patches/mark_known_failures.patch b/debian/patches/mark_known_failures.patch
index 47ae078..ea515cf 100644
--- a/debian/patches/mark_known_failures.patch
+++ b/debian/patches/mark_known_failures.patch
@@ -4,39 +4,9 @@ Subject: Mark all known test failures as xfail. These failures have been
  discussed with upstream.
 
 ---
- astropy/samp/tests/test_standard_profile.py                           | 2 ++
- astropy/table/tests/test_info.py                                      | 3 ++-
- astropy/tests/tests/test_socketblocker.py                             | 3 ++-
- astropy/visualization/wcsaxes/tests/test_display_world_coordinates.py | 4 ++++
- 4 files changed, 10 insertions(+), 2 deletions(-)
+ astropy/tests/tests/test_socketblocker.py | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
 
-diff --git a/astropy/samp/tests/test_standard_profile.py b/astropy/samp/tests/test_standard_profile.py
-index 632db07..a654933 100644
---- a/astropy/samp/tests/test_standard_profile.py
-+++ b/astropy/samp/tests/test_standard_profile.py
-@@ -56,6 +56,8 @@ class TestStandardProfile(object):
- 
-         self.hub.stop()
- 
-+    # see https://github.com/astropy/astropy/issues/5460
-+    #@pytest.mark.skipif(True, reason="Setup fails due to SSL problems")
-     def test_main(self):
- 
-         self.client1_id = self.client1.get_public_id()
-diff --git a/astropy/table/tests/test_info.py b/astropy/table/tests/test_info.py
-index 793418c..3c8882d 100644
---- a/astropy/table/tests/test_info.py
-+++ b/astropy/table/tests/test_info.py
-@@ -229,7 +229,8 @@ def test_class_attribute():
-         t.info(out=out)
-         assert out.getvalue().splitlines() == exp
- 
--
-+# see https://github.com/astropy/astropy/issues/4336
-+#@pytest.mark.xfail()
- def test_ignore_warnings():
-     t = table.Table([[np.nan, np.nan]])
-     with warnings.catch_warnings(record=True) as warns:
 diff --git a/astropy/tests/tests/test_socketblocker.py b/astropy/tests/tests/test_socketblocker.py
 index 18524b6..e5c1a90 100644
 --- a/astropy/tests/tests/test_socketblocker.py
@@ -52,25 +22,3 @@ index 18524b6..e5c1a90 100644
  def test_multiprocessing_forkserver():
      """
      Test that using multiprocessing with forkserver works.  Perhaps
-diff --git a/astropy/visualization/wcsaxes/tests/test_display_world_coordinates.py b/astropy/visualization/wcsaxes/tests/test_display_world_coordinates.py
-index 53436dd..b97cb1f 100644
---- a/astropy/visualization/wcsaxes/tests/test_display_world_coordinates.py
-+++ b/astropy/visualization/wcsaxes/tests/test_display_world_coordinates.py
-@@ -3,6 +3,8 @@ from ..core import WCSAxes
- import matplotlib.pyplot as plt
- from matplotlib.backend_bases import KeyEvent
- 
-+import pytest
-+
- from ....wcs import WCS
- from ....extern import six
- from ....coordinates import FK5
-@@ -93,6 +95,8 @@ class TestDisplayWorldCoordinate(BaseImageTests):
- 
-         assert string_world5 == six.u('267.652 -28\xb046\'23" (world, overlay 3)')
- 
-+    # See https://github.com/astropy/astropy/issues/5601
-+    #@pytest.mark.xfail()
-     def test_cube_coords(self, tmpdir):
-         wcs = WCS(self.cube_header)
- 

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