diff --git a/python-python-mpd2.changes b/python-python-mpd2.changes index 5894e65..c78ba67 100644 --- a/python-python-mpd2.changes +++ b/python-python-mpd2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 19 17:17:54 UTC 2021 - Matej Cepl + +- Use %pyunittest macro instead of the homebrewn solution. + ------------------------------------------------------------------- Tue Oct 19 16:32:13 UTC 2021 - Mia Herkt diff --git a/python-python-mpd2.spec b/python-python-mpd2.spec index 2e407f4..27f5407 100644 --- a/python-python-mpd2.spec +++ b/python-python-mpd2.spec @@ -54,7 +54,7 @@ backward compatibles with the original python-mpd package. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_expand PYTHON_SITEPATH=%{buildroot}%{$python_sitelib} $python -m unittest mpd.tests +%pyunittest -v mpd.tests %files %{python_files} %license LICENSE.txt