diff --git a/python-requests-mock.changes b/python-requests-mock.changes index 33737e1..265f021 100644 --- a/python-requests-mock.changes +++ b/python-requests-mock.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 8 06:40:50 UTC 2024 - Steve Kowalik + +- Use the %pyunittest macro to run tests (because of testtools) + ------------------------------------------------------------------- Sat Apr 6 12:15:42 UTC 2024 - Dirk Müller diff --git a/python-requests-mock.spec b/python-requests-mock.spec index 9100219..eafbaae 100644 --- a/python-requests-mock.spec +++ b/python-requests-mock.spec @@ -58,7 +58,7 @@ You should checkout the docs for more information. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest tests +%pyunittest %files %{python_files} %license LICENSE