From 4404d6ad6f7617e07a2cff9b2af8de59b7a680a9f2f309fbcceb4d0af18d57cf Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 31 May 2021 20:28:40 +0000 Subject: [PATCH] Accepting request 896283 from home:pgajdos:python - %check: use %pyunittest rpm macro OBS-URL: https://build.opensuse.org/request/show/896283 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpsig_cffi?expand=0&rev=4 --- python-httpsig_cffi.changes | 5 +++++ python-httpsig_cffi.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-httpsig_cffi.changes b/python-httpsig_cffi.changes index 8c5b5ad..98b731f 100644 --- a/python-httpsig_cffi.changes +++ b/python-httpsig_cffi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 31 07:36:02 UTC 2021 - pgajdos@suse.com + +- %check: use %pyunittest rpm macro + ------------------------------------------------------------------- Wed Apr 24 08:40:53 UTC 2019 - Tomáš Chvátal diff --git a/python-httpsig_cffi.spec b/python-httpsig_cffi.spec index 4d891db..8e23964 100644 --- a/python-httpsig_cffi.spec +++ b/python-httpsig_cffi.spec @@ -1,7 +1,7 @@ # # spec file for package python-httpsig_cffi # -# 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 @@ -53,7 +53,7 @@ Secure HTTP request signing using the HTTP Signature draft specification %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec setup.py test +%pyunittest discover -v %files %{python_files} %doc CHANGELOG.rst README.rst