15
0
Tomáš Chvátal
2018-08-21 08:28:52 +00:00
committed by Git OBS Bridge
parent 8d12a342e8
commit 7a6e4734e1

View File

@@ -95,7 +95,7 @@ $python -O -m compileall -d %{$python_sitelib} %{buildroot}%{$python_sitelib}/hu
%if %{with test}
%check
%python_exec setup.py test
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_version} humanfriendly/tests.py -v
%endif
%files %{python_files}