diff --git a/python-soupsieve.changes b/python-soupsieve.changes index 585d968..0d3c58f 100644 --- a/python-soupsieve.changes +++ b/python-soupsieve.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 7 11:20:32 UTC 2019 - Tomáš Chvátal + +- Fix test macro expansion + ------------------------------------------------------------------- Fri Mar 1 11:34:35 UTC 2019 - Tomáš Chvátal diff --git a/python-soupsieve.spec b/python-soupsieve.spec index a78888f..af8f7ec 100644 --- a/python-soupsieve.spec +++ b/python-soupsieve.spec @@ -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}