[Debian-astro-commits] [python-astropy] 01/01: Mark occasional (mipsel, mips64el, hppa) failure of test_ignore_warnings See https://github.com/astropy/astropy/issues/4336

Ole Streicher olebole at moszumanska.debian.org
Wed Nov 25 10:12:36 UTC 2015


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

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

commit f2c003dea19b8300a81d6708d291fecd0710277e
Author: Ole Streicher <olebole at debian.org>
Date:   Wed Nov 25 11:10:45 2015 +0100

    Mark occasional (mipsel, mips64el, hppa) failure of test_ignore_warnings
    See https://github.com/astropy/astropy/issues/4336
---
 debian/patches/mark_known_failures.patch | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/debian/patches/mark_known_failures.patch b/debian/patches/mark_known_failures.patch
index 923e360..56ec137 100644
--- a/debian/patches/mark_known_failures.patch
+++ b/debian/patches/mark_known_failures.patch
@@ -77,3 +77,15 @@ Description: Mark all known test failures as xfail.
  @pytest.mark.skipif('not HAS_PLT')
  def test_hist_autobin(rseed=0):
      rng = np.random.RandomState(rseed)
+--- a/astropy/table/tests/test_info.py
++++ b/astropy/table/tests/test_info.py
+@@ -225,7 +225,8 @@
+         t.info(out=out)
+         assert out.getvalue().splitlines() == exp
+ 
+-
++# see https://github.com/astropy/astropy/issues/4336
++ at pytest.mark.xfail()
+ def test_ignore_warnings():
+     t = table.Table([[np.nan, np.nan]])
+     with warnings.catch_warnings(record=True) as warns:

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