Accepting request 1045509 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/1045509 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pythran?expand=0&rev=6
This commit is contained in:
commit
5c1938bb2e
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 25 11:01:09 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Revert. 2046-fix-cli-doc-test.patch did not fix the tests.
|
||||
gh#serge-sans-paille/pythran#2046
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 17 14:32:56 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Add 2046-fix-cli-doc-test.patch to fix failing tests
|
||||
(gh#serge-sans-paille/pythran#2046).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 25 01:54:50 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
@ -127,7 +127,7 @@ 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
|
||||
# gh#serge-sans-paille/pythran#2044 NOT FIXED by gh#serge-sans-paille/pythran#2046
|
||||
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