Tomáš Chvátal 2020-04-08 12:02:08 +00:00 committed by Git OBS Bridge
parent 5d288d1d57
commit 94964d8387

View File

@ -73,8 +73,8 @@ dos2unix LICENSE.rst # Fix wrong EOL encoding
install -Dm644 ext/Vim/jinja.vim %{buildroot}%{_datadir}/vim/site/syntax/jinja.vim # Install VIM syntax file
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%if %{with tests}
%check
%if %{with test}
%pytest
%endif