Tomáš Chvátal 2020-04-05 07:17:47 +00:00 committed by Git OBS Bridge
parent fa6a27e1e9
commit 781676957e

View File

@ -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