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:
Matej Cepl 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

@ -1,7 +1,8 @@
-------------------------------------------------------------------
Fri Nov 25 01:54:50 UTC 2022 - Matej Cepl <mcepl@suse.com>
- 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 <code@bnavigator.de>

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