Accepting request 1038177 from devel:languages:python:numeric
- Skip also failing test_toolchain and test_cli (gh#serge-sans-paille/pythran#2044) tests. OBS-URL: https://build.opensuse.org/request/show/1038177 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pythran?expand=0&rev=5
This commit is contained in:
commit
a0a7b00ead
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 25 01:54:50 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- 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>
|
||||
|
||||
|
@ -127,6 +127,8 @@ sed -i -e 's/-O0/-O1/g' -e 's/-Werror/-w/g' pythran/tests/__init__.py
|
||||
export CFLAGS="%{optflags}"
|
||||
# crashes the xdist workers
|
||||
donttest="test_operator_intersection"
|
||||
# gh#serge-sans-paille/pythran#2044
|
||||
donttest="$donttest or test_toolchain or test_cli"
|
||||
%pytest -n auto -k "not ($donttest)" -m "not module"
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user