From 94964d8387e47247169dc7d8ddcad0ad17e820c617a8b3b9b81c0f7d91032a80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 8 Apr 2020 12:02:08 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Jinja2?expand=0&rev=80 --- python-Jinja2.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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