From f7a3262d6232ef29398b809fad821f565f8a9168c33d449e5cec516c78a41b74 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 25 Nov 2022 01:55:31 +0000 Subject: [PATCH] - Skip also test_toolchain (gh#serge-sans-paille/pythran#2044) test. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=10 --- python-pythran.changes | 5 +++++ python-pythran.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/python-pythran.changes b/python-pythran.changes index e48454a..3a05934 100644 --- a/python-pythran.changes +++ b/python-pythran.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 25 01:54:50 UTC 2022 - Matej Cepl + +- Skip also test_toolchain (gh#serge-sans-paille/pythran#2044) test. + ------------------------------------------------------------------- Tue Oct 11 08:41:50 UTC 2022 - Ben Greiner diff --git a/python-pythran.spec b/python-pythran.spec index bb8b7db..1039cd1 100644 --- a/python-pythran.spec +++ b/python-pythran.spec @@ -127,6 +127,8 @@ sed -i -e 's/-O0/-O1/g' -e 's/-Werror/-w/g' pythran/tests/__init__.py export CFLAGS="%{optflags}" # crashes the xdist workers donttest="test_operator_intersection" +# gh#serge-sans-paille/pythran#2044 +donttest="$donttest or test_toolchain" %pytest -n auto -k "not ($donttest)" -m "not module" %endif