diff --git a/python-pythran.changes b/python-pythran.changes index 3a05934..d2008bb 100644 --- a/python-pythran.changes +++ b/python-pythran.changes @@ -1,7 +1,8 @@ ------------------------------------------------------------------- Fri Nov 25 01:54:50 UTC 2022 - Matej Cepl -- Skip also test_toolchain (gh#serge-sans-paille/pythran#2044) test. +- 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 1039cd1..03a3e8b 100644 --- a/python-pythran.spec +++ b/python-pythran.spec @@ -128,7 +128,7 @@ export CFLAGS="%{optflags}" # crashes the xdist workers donttest="test_operator_intersection" # gh#serge-sans-paille/pythran#2044 -donttest="$donttest or test_toolchain" +donttest="$donttest or test_toolchain or test_cli" %pytest -n auto -k "not ($donttest)" -m "not module" %endif