forked from pool/python-pythran
- 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:
parent
f7a3262d62
commit
9b82a25a73
@ -1,7 +1,8 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 25 01:54:50 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
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>
|
Tue Oct 11 08:41:50 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||||
|
@ -128,7 +128,7 @@ 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
|
# 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"
|
%pytest -n auto -k "not ($donttest)" -m "not module"
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user