1
0

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:
Benjamin Greiner 2021-12-28 20:10:26 +00:00 committed by Git OBS Bridge
parent fb8c78399c
commit 977ca53c2b
2 changed files with 7 additions and 0 deletions

View File

@ -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>

View File

@ -209,6 +209,8 @@ done
# gh#astropy/astropy#12017
donttest+=" or test_stats"
%endif
# this one is flaky
donttest+=" or test_color_print3"
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