1
0

- 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
This commit is contained in:
2022-11-25 10:26:08 +00:00
committed by Git OBS Bridge
parent f7a3262d62
commit 9b82a25a73
2 changed files with 3 additions and 2 deletions

View File

@@ -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