From d00178906ebd9ea19ba37933e98b03551111c6727cbbfa21f088e6c63bc9ca1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 18 May 2021 06:29:20 +0000 Subject: [PATCH] Accepting request 893901 from home:pgajdos:python - use %pytest macro OBS-URL: https://build.opensuse.org/request/show/893901 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argh?expand=0&rev=25 --- python-argh.changes | 5 +++++ python-argh.spec | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/python-argh.changes b/python-argh.changes index 780355c..54a0a50 100644 --- a/python-argh.changes +++ b/python-argh.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 17 11:16:59 UTC 2021 - pgajdos@suse.com + +- use %pytest macro + ------------------------------------------------------------------- Tue May 7 06:51:47 UTC 2019 - Tomáš Chvátal diff --git a/python-argh.spec b/python-argh.spec index c8dfcef..c1e6945 100644 --- a/python-argh.spec +++ b/python-argh.spec @@ -1,7 +1,7 @@ # # spec file for package python-argh # -# 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 @@ -65,8 +65,7 @@ work that a custom dispatcher may not do. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -export LC_CTYPE="en_US.UTF-8" -%python_exec setup.py test +%pytest %files %{python_files} %doc README.rst