15
0
Tomáš Chvátal
2019-03-07 11:20:56 +00:00
committed by Git OBS Bridge
parent be07a0ddde
commit ef82f2d380
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 7 11:20:32 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Fix test macro expansion
-------------------------------------------------------------------
Fri Mar 1 11:34:35 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -64,7 +64,7 @@ Requires: python-backports.functools_lru_cache
%check
%if %{with test}
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{python_bin_suffix} -v tests
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} -v tests
%endif
%if !%{with test}