diff --git a/python-pony.changes b/python-pony.changes index 6c71902..c8247c8 100644 --- a/python-pony.changes +++ b/python-pony.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Sep 15 07:53:53 UTC 2021 - pgajdos@suse.com + +- %check: use %pyunittest rpm macro + ------------------------------------------------------------------- Sun Apr 18 13:11:59 UTC 2021 - Ben Greiner diff --git a/python-pony.spec b/python-pony.spec index 2b1cd35..66dbef8 100644 --- a/python-pony.spec +++ b/python-pony.spec @@ -53,7 +53,7 @@ dos2unix README.md %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec setup.py test +%pyunittest discover -v pony/orm/tests -p 'test_*.py' %files %{python_files} %doc README.md