diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-09-12 20:14:07 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-09-13 09:48:56 +0200 |
commit | 0bad8997c1befb78d22cd100d38f5fa964e68bd9 (patch) | |
tree | bea28bbb732481628c4e6029df6fab5ebc7d451f /dev-python/wcsaxes | |
parent | dev-python/pyfits: remove unused patch (diff) | |
download | gentoo-0bad8997c1befb78d22cd100d38f5fa964e68bd9.tar.gz gentoo-0bad8997c1befb78d22cd100d38f5fa964e68bd9.tar.bz2 gentoo-0bad8997c1befb78d22cd100d38f5fa964e68bd9.zip |
dev-python/wcsaxes: remove unused patches
Closes: https://github.com/gentoo/gentoo/pull/2314
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/wcsaxes')
-rw-r--r-- | dev-python/wcsaxes/files/wcsaxes-0.6-disable_mpltest.patch | 14 | ||||
-rw-r--r-- | dev-python/wcsaxes/files/wcsaxes-0.6-disable_numpy_warnings_test.patch | 16 |
2 files changed, 0 insertions, 30 deletions
diff --git a/dev-python/wcsaxes/files/wcsaxes-0.6-disable_mpltest.patch b/dev-python/wcsaxes/files/wcsaxes-0.6-disable_mpltest.patch deleted file mode 100644 index b62e15a44569..000000000000 --- a/dev-python/wcsaxes/files/wcsaxes-0.6-disable_mpltest.patch +++ /dev/null @@ -1,14 +0,0 @@ -Author: Ole Streicher <olebole@debian.org> -Description: Remove the tests that require pytest-mpl - Pytest_mpl is (still) not available in Debian. - https://github.com/astrofrog/pytest-mpl ---- a/setup.cfg -+++ b/setup.cfg -@@ -11,7 +11,6 @@ - minversion = 2.2 - norecursedirs = build docs/_build - doctest_plus = enabled --addopts = --mpl --mpl-baseline-path=wcsaxes/tests/baseline_images - - [ah_bootstrap] - auto_use = False diff --git a/dev-python/wcsaxes/files/wcsaxes-0.6-disable_numpy_warnings_test.patch b/dev-python/wcsaxes/files/wcsaxes-0.6-disable_numpy_warnings_test.patch deleted file mode 100644 index ff6567c48f94..000000000000 --- a/dev-python/wcsaxes/files/wcsaxes-0.6-disable_numpy_warnings_test.patch +++ /dev/null @@ -1,16 +0,0 @@ -Author: Ole Streicher <olebole@debian.org> -Description: Disable test_no_numpy_warnings - This test may fails when numpy decides that it wants to put some important - message as a warning; even if nothing goes wrong. This happens f.e. for - numpy-1.11.0~b2. ---- a/wcsaxes/tests/test_misc.py -+++ b/wcsaxes/tests/test_misc.py -@@ -51,6 +51,8 @@ - COORDSYS= 'icrs ' - """, sep='\n') - -+# see https://github.com/astrofrog/wcsaxes/issues/187 -+@pytest.mark.xfail - def test_no_numpy_warnings(): - - # Make sure that no warnings are raised if some pixels are outside WCS |