diff --git a/python-ansel.changes b/python-ansel.changes index d008d3d..2d350fd 100644 --- a/python-ansel.changes +++ b/python-ansel.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 17 06:14:44 UTC 2021 - pgajdos@suse.com + +- use %pytest macro + ------------------------------------------------------------------- Wed Jul 31 01:30:30 AM UTC 2019 - John Vandenberg diff --git a/python-ansel.spec b/python-ansel.spec index 4cfc3d3..5fdad99 100644 --- a/python-ansel.spec +++ b/python-ansel.spec @@ -1,7 +1,7 @@ # # spec file for package python-ansel # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -52,7 +52,7 @@ Codecs for reading/writing documents in the ANSEL character set. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec setup.py test +%pytest %files %{python_files} %doc AUTHORS.rst README.rst