- Skip also test_toolchain (gh#serge-sans-paille/pythran#2044) test.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=10
This commit is contained in:
Matej Cepl 2022-11-25 01:55:31 +00:00 committed by Git OBS Bridge
parent 69fb40c00c
commit f7a3262d62
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +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.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 11 08:41:50 UTC 2022 - Ben Greiner <code@bnavigator.de> Tue Oct 11 08:41:50 UTC 2022 - Ben Greiner <code@bnavigator.de>

View File

@ -127,6 +127,8 @@ sed -i -e 's/-O0/-O1/g' -e 's/-Werror/-w/g' pythran/tests/__init__.py
export CFLAGS="%{optflags}" export CFLAGS="%{optflags}"
# crashes the xdist workers # crashes the xdist workers
donttest="test_operator_intersection" donttest="test_operator_intersection"
# gh#serge-sans-paille/pythran#2044
donttest="$donttest or test_toolchain"
%pytest -n auto -k "not ($donttest)" -m "not module" %pytest -n auto -k "not ($donttest)" -m "not module"
%endif %endif