diff --git a/python-hypothesis.spec b/python-hypothesis.spec index a78b360..493740d 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -110,7 +110,8 @@ $python -O -m compileall -d %{$python_sitelib} %{buildroot}%{$python_sitelib}/hy %check %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 %if !%{with test}