diff --git a/python-pythran.changes b/python-pythran.changes index e48454a..d2008bb 100644 --- a/python-pythran.changes +++ b/python-pythran.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Nov 25 01:54:50 UTC 2022 - Matej Cepl + +- Skip also failing test_toolchain and test_cli + (gh#serge-sans-paille/pythran#2044) tests. + ------------------------------------------------------------------- Tue Oct 11 08:41:50 UTC 2022 - Ben Greiner diff --git a/python-pythran.spec b/python-pythran.spec index bb8b7db..03a3e8b 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 or test_cli" %pytest -n auto -k "not ($donttest)" -m "not module" %endif