From f33ee549113b74df6ba48da6edf059c35a06ccfb433cb7beb747f7aee1f16e57 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Fri, 27 Aug 2021 15:21:55 +0000 Subject: [PATCH] Accepting request 914602 from home:pgajdos:python - %check: use %pytest rpm macro OBS-URL: https://build.opensuse.org/request/show/914602 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wstools?expand=0&rev=15 --- python-wstools.changes | 5 +++++ python-wstools.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-wstools.changes b/python-wstools.changes index 1fe2515..d1ee8a3 100644 --- a/python-wstools.changes +++ b/python-wstools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 27 12:07:52 UTC 2021 - pgajdos@suse.com + +- %check: use %pytest rpm macro + ------------------------------------------------------------------- Fri Mar 12 13:18:55 UTC 2021 - Matej Cepl diff --git a/python-wstools.spec b/python-wstools.spec index 3c192a9..fa05415 100644 --- a/python-wstools.spec +++ b/python-wstools.spec @@ -47,7 +47,7 @@ Python module for WSDL parsing services package for Web Services. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec setup.py test +%pytest %files %{python_files} %license LICENSE.txt