[python-astropy] 02/02: Fix FTBS on powerpc and s390x
Ole Streicher
olebole-guest at moszumanska.debian.org
Sun Jul 13 18:14:00 UTC 2014
This is an automated email from the git hooks/post-receive script.
olebole-guest pushed a commit to branch debian
in repository python-astropy.
commit 0b3e042441b4d2cc8594a293554c1643032b6af6
Author: Ole Streicher <debian at liska.ath.cx>
Date: Sun Jul 13 18:57:21 2014 +0200
Fix FTBS on powerpc and s390x
---
debian/changelog | 6 ++++++
debian/patches/mark_known_failures.patch | 13 +++++++++++++
2 files changed, 19 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 9e3bbab..00e7b93 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-astropy (0.4~rc2-2) experimental; urgency=low
+
+ * Fix FTBS on powerpc, s390
+
+ -- Ole Streicher <debian at liska.ath.cx> Sun, 13 Jul 2014 18:56:28 +0200
+
python-astropy (0.4~rc2-1) experimental; urgency=low
* New upstream prerelease
diff --git a/debian/patches/mark_known_failures.patch b/debian/patches/mark_known_failures.patch
index d6705ba..91a101b 100644
--- a/debian/patches/mark_known_failures.patch
+++ b/debian/patches/mark_known_failures.patch
@@ -33,3 +33,16 @@ Description: Mark all known test failures as xfail.
def test_read_with_hdu_1(self, tmpdir, hdu):
filename = str(tmpdir.join('test_read_with_hdu_1.fits'))
self.hdus.writeto(filename)
+--- a/astropy/modeling/tests/test_rotations.py
++++ b/astropy/modeling/tests/test_rotations.py
+@@ -46,7 +46,9 @@
+ x, y = model(1, 0)
+ utils.assert_allclose([x, y], [0, 1], atol=1e-10)
+
+-
++# see https://github.com/astropy/astropy/issues/2708
++# Fails on powerpc, s390
++ at pytest.mark.xfail
+ def test_Rotation2D_inverse():
+ model = models.Rotation2D(angle=234.23494)
+ inverse = model.inverse()
--
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