File project.diff of Package python-errorhandler
--- python-errorhandler.changes.orig
+++ python-errorhandler.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Sat Feb 26 16:35:47 UTC 2022 - Hans-Peter Jansen <hpj@urpla.net>
+
+- Switch testing from nose to pytest
+
+-------------------------------------------------------------------
Thu Apr 19 18:38:00 UTC 2018 - toddrme2178@gmail.com
- Update to version 2.0.1
--- python-errorhandler.spec.orig
+++ python-errorhandler.spec
@@ -28,7 +28,7 @@ Source: https://files.pythonhost
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
# SECTION test requirements
-BuildRequires: %{python_module nose}
+BuildRequires: %{python_module pytest}
# /SECTION
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -55,7 +55,7 @@ logged before committing data back to a
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%python_expand nosetests-%{$python_bin_suffix}
+%pytest errorhandler/tests.py
%files %{python_files}
%doc README.rst