From 606a30efd00b786c637fe84e9e8d96d8c5e85efb568ad5db1b62bdf16564497e Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 27 May 2021 12:20:52 +0000 Subject: [PATCH] Accepting request 895696 from home:pgajdos:python setup.py test replacement OBS-URL: https://build.opensuse.org/request/show/895696 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-idna?expand=0&rev=20 --- python-idna.changes | 5 +++++ python-idna.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-idna.changes b/python-idna.changes index 077f1ad..7808e3d 100644 --- a/python-idna.changes +++ b/python-idna.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 26 06:42:07 UTC 2021 - pgajdos@suse.com + +- %check: use %pyunittest rpm macro + ------------------------------------------------------------------- Tue Feb 2 00:46:47 UTC 2021 - Dirk Müller diff --git a/python-idna.spec b/python-idna.spec index 2314c00..973695d 100644 --- a/python-idna.spec +++ b/python-idna.spec @@ -54,7 +54,7 @@ library but currently only supports the older 2003 specification. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec setup.py test +%pyunittest discover -v %files %{python_files} %license LICENSE.md