forked from pool/python-soupsieve
- Fix test macro expansion
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-soupsieve?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
be07a0ddde
commit
ef82f2d380
@@ -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>
|
||||
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user