1
0

- 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
This commit is contained in:
Benjamin Greiner 2021-10-28 20:56:07 +00:00 committed by Git OBS Bridge
parent 0a4b093aa9
commit 65a6f0da96
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Oct 28 20:50:43 UTC 2021 - Ben Greiner <code@bnavigator.de>
- 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 <code@bnavigator.de> Fri Aug 27 10:02:29 UTC 2021 - Ben Greiner <code@bnavigator.de>

View File

@ -204,6 +204,8 @@ done
# gh#astropy/astropy#12017 # gh#astropy/astropy#12017
donttest+=" or test_stats" donttest+=" or test_stats"
%endif %endif
# https://github.com/astropy/astropy/issues/12050
donttest+=" or (test_no_numpy_warnings and contours)"
testselect_expr="${donttest:+-k \"not (${donttest# or })\"}" testselect_expr="${donttest:+-k \"not (${donttest# or })\"}"
# http://docs.astropy.org/en/latest/development/testguide.html#running-tests # http://docs.astropy.org/en/latest/development/testguide.html#running-tests
# running pytest directly would require building the extensions inplace # running pytest directly would require building the extensions inplace