Accepting request 817874 from home:bnavigator:branches:devel:languages:python:numeric
- still open: boo#1148173 gh#numpy/numpy#14438 skip two tests - clean %check section for updated %pytest_arch gh#openSUSE/python-rpm-macros#50 OBS-URL: https://build.opensuse.org/request/show/817874 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=66
This commit is contained in:
parent
c435d72a44
commit
df803b1822
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 30 12:53:23 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- still open: boo#1148173 gh#numpy/numpy#14438 skip two tests
|
||||||
|
- clean %check section for updated %pytest_arch
|
||||||
|
gh#openSUSE/python-rpm-macros#50
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 13 09:13:22 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
Wed May 13 09:13:22 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@ -247,12 +247,14 @@ EOF
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
%if %{without hpc}
|
%if %{without hpc}
|
||||||
export PYTHONDONTWRITEBYTECODE=1
|
|
||||||
export PATH="%{buildroot}%{_bindir}:$PATH"
|
export PATH="%{buildroot}%{_bindir}:$PATH"
|
||||||
mkdir testing
|
mkdir testing
|
||||||
pushd testing
|
pushd testing
|
||||||
%python_expand export PYTHONPATH=%{_python_sysconfig_path $python stdlib}:%{$python_sitearch}
|
# boo#1148173 gh#numpy/numpy#14438
|
||||||
%pytest_arch -n auto --pyargs numpy %{buildroot}%{$python_sitearch}/numpy
|
%ifarch ppc64 ppc64le
|
||||||
|
%define skiptest -k "not test_generalized_sq"
|
||||||
|
%endif
|
||||||
|
%pytest_arch -n auto --pyargs numpy %{buildroot}%{$python_sitearch}/numpy %{?skiptest}
|
||||||
popd
|
popd
|
||||||
%endif
|
%endif
|
||||||
%if %{without hpc}
|
%if %{without hpc}
|
||||||
|
Loading…
Reference in New Issue
Block a user