Tomáš Chvátal 2019-05-06 10:02:51 +00:00 committed by Git OBS Bridge
parent d0682e8a4a
commit 23746c0d78

View File

@ -110,7 +110,8 @@ $python -O -m compileall -d %{$python_sitelib} %{buildroot}%{$python_sitelib}/hy
%check %check
%if %{with test} %if %{with test}
%python_expand PYTHONPATH=%{$python_sitelib} py.test-%{$python_bin_suffix} -v tests # test_prints_statistics_given_option_under_xdist - wrong xdist opts
%python_expand PYTHONPATH=%{$python_sitelib} py.test-%{$python_bin_suffix} -v tests -k 'not test_prints_statistics_given_option_under_xdist'
%endif %endif
%if !%{with test} %if !%{with test}