[Debian-astro-commits] [python-astropy] 02/03: Add problem with test_hist_autobin. See https://github.com/astropy/astropy/issues/4329
Ole Streicher
olebole at moszumanska.debian.org
Fri Nov 20 15:28:13 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 c7bb61bcf1dd402cf25c62325c41a31a6889cbbc
Author: Ole Streicher <debian at liska.ath.cx>
Date: Fri Nov 20 16:26:42 2015 +0100
Add problem with test_hist_autobin. See https://github.com/astropy/astropy/issues/4329
---
debian/patches/mark_known_failures.patch | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/debian/patches/mark_known_failures.patch b/debian/patches/mark_known_failures.patch
index 4322734..923e360 100644
--- a/debian/patches/mark_known_failures.patch
+++ b/debian/patches/mark_known_failures.patch
@@ -66,3 +66,14 @@ Description: Mark all known test failures as xfail.
def test_highlevel_api():
J2001 = time.Time('J2001', scale='utc')
+--- a/astropy/visualization/tests/test_histogram.py
++++ b/astropy/visualization/tests/test_histogram.py
+@@ -45,6 +45,8 @@
+ assert patches2[0].axes is ax[1]
+
+
++# see https://github.com/astropy/astropy/issues/4329
++ at pytest.mark.xfail()
+ @pytest.mark.skipif('not HAS_PLT')
+ def test_hist_autobin(rseed=0):
+ rng = np.random.RandomState(rseed)
--
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