Matej Cepl 2020-05-21 17:39:44 +00:00 committed by Git OBS Bridge
parent d8734804c3
commit b51797a84e

View File

@ -122,6 +122,7 @@ export LC_ALL=en_US.UTF-8
export PYTHONDONTWRITEBYTECODE=1
mv pandas pandas_temp
%{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'
}
mv pandas_temp pandas