From 0bad8997c1befb78d22cd100d38f5fa964e68bd9 Mon Sep 17 00:00:00 2001 From: "Michael Mair-Keimberger (asterix)" Date: Mon, 12 Sep 2016 20:14:07 +0200 Subject: dev-python/wcsaxes: remove unused patches Closes: https://github.com/gentoo/gentoo/pull/2314 Signed-off-by: David Seifert --- .../wcsaxes/files/wcsaxes-0.6-disable_mpltest.patch | 14 -------------- .../files/wcsaxes-0.6-disable_numpy_warnings_test.patch | 16 ---------------- 2 files changed, 30 deletions(-) delete mode 100644 dev-python/wcsaxes/files/wcsaxes-0.6-disable_mpltest.patch delete mode 100644 dev-python/wcsaxes/files/wcsaxes-0.6-disable_numpy_warnings_test.patch (limited to 'dev-python/wcsaxes') 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 -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 -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 -- cgit v1.2.3-65-gdbad