From c605fc2727f25df32c502e20f152506037b143ac975a615696fcc7f10e1bd63b Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 8 May 2024 06:41:27 +0000 Subject: [PATCH] - Use the %pyunittest macro to run tests (because of testtools) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-mock?expand=0&rev=62 --- python-requests-mock.changes | 5 +++++ python-requests-mock.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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