From 977ca53c2b34a044ec8fee00a0d133500fe4c7228bf176ddb4f3333d2ef5ef99 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Tue, 28 Dec 2021 20:10:26 +0000 Subject: [PATCH] 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 --- python-astropy.changes | 5 +++++ python-astropy.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/python-astropy.changes b/python-astropy.changes index afcaba7..1e1083f 100644 --- a/python-astropy.changes +++ b/python-astropy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 28 20:00:07 UTC 2021 - Ben Greiner + +- Skip flaky test_color_print3 + ------------------------------------------------------------------- Tue Dec 28 12:53:13 UTC 2021 - Ben Greiner diff --git a/python-astropy.spec b/python-astropy.spec index 47dfc45..90c5349 100644 --- a/python-astropy.spec +++ b/python-astropy.spec @@ -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