From 9b82a25a734a9611bf31bc011b33ce19b34ee82ece5041218bfdee0380730777 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 25 Nov 2022 10:26:08 +0000 Subject: [PATCH] - Skip also failing test_toolchain and test_cli (gh#serge-sans-paille/pythran#2044) tests. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=11 --- python-pythran.changes | 3 ++- python-pythran.spec | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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