diff --git a/python-python-magic.changes b/python-python-magic.changes index d25ae01..d1a76fc 100644 --- a/python-python-magic.changes +++ b/python-python-magic.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Oct 22 10:09:21 UTC 2021 - Matej Cepl + +- Use pyunittest macro instead of the home-grown solution. + ------------------------------------------------------------------- Fri Oct 22 08:02:27 UTC 2021 - Martin Liška diff --git a/python-python-magic.spec b/python-python-magic.spec index e700aa5..b24983b 100644 --- a/python-python-magic.spec +++ b/python-python-magic.spec @@ -76,7 +76,7 @@ supports both textual and MIME-type output. %check export LC_ALL=en_US.UTF-8 -%python_expand PYTHONPATH=. $python test/test.py +%pyunittest -v test.test %files %{python_files} %license LICENSE