diff --git a/python-hatch.spec b/python-hatch.spec index e0185df..ea1c57b 100644 --- a/python-hatch.spec +++ b/python-hatch.spec @@ -85,7 +85,8 @@ It aims to make the 90% use cases as pleasant as possible. %check export LANG=en_US.UTF-8 export PATH=$PATH:%{buildroot}%{_bindir} -%pytest +# test_list_success_1 randomly timeouts in OBS +%pytest -k 'not test_list_success_1' %files %{python_files} %doc README.rst