forked from pool/python-astropy
Accepting request 942985 from home:bnavigator:py310
- Skip flaky test_color_print3 OBS-URL: https://build.opensuse.org/request/show/942985 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-astropy?expand=0&rev=63
This commit is contained in:
parent
fb8c78399c
commit
977ca53c2b
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 28 20:00:07 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Skip flaky test_color_print3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 28 12:53:13 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
Tue Dec 28 12:53:13 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -209,6 +209,8 @@ done
|
|||||||
# gh#astropy/astropy#12017
|
# gh#astropy/astropy#12017
|
||||||
donttest+=" or test_stats"
|
donttest+=" or test_stats"
|
||||||
%endif
|
%endif
|
||||||
|
# this one is flaky
|
||||||
|
donttest+=" or test_color_print3"
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user