Add diagnostics
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pandas?expand=0&rev=36
This commit is contained in:
parent
d8734804c3
commit
b51797a84e
@ -122,6 +122,7 @@ export LC_ALL=en_US.UTF-8
|
|||||||
export PYTHONDONTWRITEBYTECODE=1
|
export PYTHONDONTWRITEBYTECODE=1
|
||||||
mv pandas pandas_temp
|
mv pandas pandas_temp
|
||||||
%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch}
|
%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch}
|
||||||
|
$python -c 'import pandas; print(pandas.show_versions())'
|
||||||
xvfb-run py.test-%{$python_version} -n auto -v %{buildroot}%{$python_sitearch}/pandas/tests -k 'not test_oo_optimizable and not test_encode_non_c_locale and not test_maybe_promote_int_with_int'
|
xvfb-run py.test-%{$python_version} -n auto -v %{buildroot}%{$python_sitearch}/pandas/tests -k 'not test_oo_optimizable and not test_encode_non_c_locale and not test_maybe_promote_int_with_int'
|
||||||
}
|
}
|
||||||
mv pandas_temp pandas
|
mv pandas_temp pandas
|
||||||
|
Loading…
x
Reference in New Issue
Block a user