diff --git a/python-Jinja2.spec b/python-Jinja2.spec index cd4f554..49bf92f 100644 --- a/python-Jinja2.spec +++ b/python-Jinja2.spec @@ -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