diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 92a8004..c9adc26 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -91,7 +91,7 @@ PYTHONPATH=src READTHEDOCS=True sphinx-build -b man docs docs/_build/man %if %{with tests} %check -PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-3 -v -n auto +PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-3 -v -n auto -k "not test_healthcheck_traceback_is_hidden" %endif %files -n python2-%{srcname}