From 23746c0d7877fcd550a118309ff9caf4a80a85a8894ae9a4bc75fa64eb1c2264 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 6 May 2019 10:02:51 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=101 --- python-hypothesis.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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}