From d84a22acdb57550dcd9e184c74e2bc0e4e97ccb521b2ac46eec25209914646cb Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 18 Aug 2020 22:44:34 +0000 Subject: [PATCH] - We can finally use %pyunittest macro OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyuca?expand=0&rev=9 --- python-pyuca.changes | 5 +++++ python-pyuca.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-pyuca.changes b/python-pyuca.changes index 1a4e031..c6fa03d 100644 --- a/python-pyuca.changes +++ b/python-pyuca.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 18 22:42:45 UTC 2020 - Matej Cepl + +- We can finally use %pyunittest macro + ------------------------------------------------------------------- Wed Aug 12 23:31:22 UTC 2020 - Matej Cepl diff --git a/python-pyuca.spec b/python-pyuca.spec index fedd64c..c2f7991 100644 --- a/python-pyuca.spec +++ b/python-pyuca.spec @@ -50,7 +50,7 @@ cp %{SOURCE1} . %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_expand $python -munittest discover -v +%pyunittest test %files %{python_files} %license LICENSE*