From 65a6f0da9672a2c3159c079a320fe762b1cf09cf78f9bb117c2ed413e38df953 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Thu, 28 Oct 2021 20:56:07 +0000 Subject: [PATCH] - Skip test_no_numpy_warnings[contours] due to wrong MPL version check -- gh#astropy/astropy#12050 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-astropy?expand=0&rev=60 --- python-astropy.changes | 6 ++++++ python-astropy.spec | 2 ++ 2 files changed, 8 insertions(+) diff --git a/python-astropy.changes b/python-astropy.changes index 63d09a2..1123b91 100644 --- a/python-astropy.changes +++ b/python-astropy.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Oct 28 20:50:43 UTC 2021 - Ben Greiner + +- Skip test_no_numpy_warnings[contours] due to wrong MPL version + check -- gh#astropy/astropy#12050 + ------------------------------------------------------------------- Fri Aug 27 10:02:29 UTC 2021 - Ben Greiner diff --git a/python-astropy.spec b/python-astropy.spec index 5549e07..edc19bb 100644 --- a/python-astropy.spec +++ b/python-astropy.spec @@ -204,6 +204,8 @@ done # gh#astropy/astropy#12017 donttest+=" or test_stats" %endif +# https://github.com/astropy/astropy/issues/12050 +donttest+=" or (test_no_numpy_warnings and contours)" testselect_expr="${donttest:+-k \"not (${donttest# or })\"}" # http://docs.astropy.org/en/latest/development/testguide.html#running-tests # running pytest directly would require building the extensions inplace