diff --git a/python-versiontag.changes b/python-versiontag.changes index 3d193c5..acc5beb 100644 --- a/python-versiontag.changes +++ b/python-versiontag.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 17 13:35:17 UTC 2021 - pgajdos@suse.com + +- %check: use %pyunittest macro + ------------------------------------------------------------------- Wed Apr 1 12:27:48 AM UTC 2020 - John Vandenberg diff --git a/python-versiontag.spec b/python-versiontag.spec index 668232a..5635ed9 100644 --- a/python-versiontag.spec +++ b/python-versiontag.spec @@ -1,7 +1,7 @@ # # spec file for package python-versiontag # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -49,7 +49,7 @@ Simple git tag based version numbers. } %check -%python_exec setup.py test +%pyunittest discover -v %files %{python_files} %doc README.rst