Accepting request 930486 from home:Andreas_Schwab:Factory

- Expect failure of test_fpclass and test_float on riscv64
- Bump disk space constraint

OBS-URL: https://build.opensuse.org/request/show/930486
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=98
This commit is contained in:
Ondřej Súkup 2021-11-11 08:31:55 +00:00 committed by Git OBS Bridge
parent 4b609746f3
commit 08facfee47
3 changed files with 13 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<size unit="G">8</size>
</physicalmemory>
<disk>
<size unit="G">6</size>
<size unit="G">9</size>
</disk>
</hardware>
</constraints>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Nov 9 15:27:58 UTC 2021 - Andreas Schwab <schwab@suse.de>
- Expect failure of test_fpclass and test_float on riscv64
- Bump disk space constraint
-------------------------------------------------------------------
Wed Oct 6 19:16:45 UTC 2021 - Ben Greiner <code@bnavigator.de>

View File

@ -279,6 +279,12 @@ test_failok+=" or test_pareto"
# gh#numpy/numpy#18388
test_failok+=" or test_float_remainder_overflow"
%endif
%ifarch riscv64
# These tests fail due to non-portable assumptions about the signbit of NaN
# gh#numpy/numpy#8213
test_failok+=" or test_fpclass"
test_failok+=" or test_float"
%endif
%{python_expand # for all python3 flavors
export PYTHONPATH=%{buildroot}%{$python_sitearch}
export PYTHONDONTWRITEBYTECODE=1