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:
Dominique Leuenberger 2022-12-29 12:08:46 +00:00 committed by Git OBS Bridge
commit 5c1938bb2e
2 changed files with 13 additions and 1 deletions

View File

@ -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> Fri Nov 25 01:54:50 UTC 2022 - Matej Cepl <mcepl@suse.com>

View File

@ -127,7 +127,7 @@ 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 # gh#serge-sans-paille/pythran#2044 NOT FIXED by gh#serge-sans-paille/pythran#2046
donttest="$donttest or test_toolchain or test_cli" 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