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:
parent
4b609746f3
commit
08facfee47
@ -4,7 +4,7 @@
|
|||||||
<size unit="G">8</size>
|
<size unit="G">8</size>
|
||||||
</physicalmemory>
|
</physicalmemory>
|
||||||
<disk>
|
<disk>
|
||||||
<size unit="G">6</size>
|
<size unit="G">9</size>
|
||||||
</disk>
|
</disk>
|
||||||
</hardware>
|
</hardware>
|
||||||
</constraints>
|
</constraints>
|
||||||
|
@ -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>
|
Wed Oct 6 19:16:45 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -279,6 +279,12 @@ test_failok+=" or test_pareto"
|
|||||||
# gh#numpy/numpy#18388
|
# gh#numpy/numpy#18388
|
||||||
test_failok+=" or test_float_remainder_overflow"
|
test_failok+=" or test_float_remainder_overflow"
|
||||||
%endif
|
%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
|
%{python_expand # for all python3 flavors
|
||||||
export PYTHONPATH=%{buildroot}%{$python_sitearch}
|
export PYTHONPATH=%{buildroot}%{$python_sitearch}
|
||||||
export PYTHONDONTWRITEBYTECODE=1
|
export PYTHONDONTWRITEBYTECODE=1
|
||||||
|
Loading…
Reference in New Issue
Block a user