diff --git a/python-pathspec.changes b/python-pathspec.changes index 5e6f326..2d91ffb 100644 --- a/python-pathspec.changes +++ b/python-pathspec.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 1 07:24:28 UTC 2021 - pgajdos@suse.com + +- %check: use %pyunittest rpm macro + ------------------------------------------------------------------- Sat Dec 19 10:49:21 UTC 2020 - Dirk Müller diff --git a/python-pathspec.spec b/python-pathspec.spec index d24e958..388c6aa 100644 --- a/python-pathspec.spec +++ b/python-pathspec.spec @@ -1,7 +1,7 @@ # # spec file for package python-pathspec # -# 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 @@ -47,7 +47,7 @@ files. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec setup.py test +%pyunittest discover -v %files %{python_files} %doc CHANGES.rst README.rst