forked from pool/python-astropy
- 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:
parent
0a4b093aa9
commit
65a6f0da96
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user