From ef82f2d3803c90239a89627c19292c4cc368ab1bfeaca3bbf1766978b1e1825d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 7 Mar 2019 11:20:56 +0000 Subject: [PATCH] - Fix test macro expansion OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-soupsieve?expand=0&rev=4 --- python-soupsieve.changes | 5 +++++ python-soupsieve.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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}