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