diff options
Diffstat (limited to 'dev-python/wcsaxes/files/wcsaxes-0.6-disable_numpy_warnings_test.patch')
-rw-r--r-- | dev-python/wcsaxes/files/wcsaxes-0.6-disable_numpy_warnings_test.patch | 16 |
1 files changed, 0 insertions, 16 deletions
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 |