From 9b458350b777e990953c28e783b7007e8cdf2d22a848fc199816e92bd3194aa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 9 Jun 2020 13:22:29 +0000 Subject: [PATCH] Accepting request 812884 from home:mcalabkova:branches:devel:languages:python - replace nose with pytest OBS-URL: https://build.opensuse.org/request/show/812884 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-JsonWeb?expand=0&rev=10 --- python-JsonWeb.changes | 5 +++++ python-JsonWeb.spec | 7 +++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/python-JsonWeb.changes b/python-JsonWeb.changes index 185f85e..767b5df 100644 --- a/python-JsonWeb.changes +++ b/python-JsonWeb.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 9 11:14:01 UTC 2020 - Marketa Calabkova + +- replace nose with pytest + ------------------------------------------------------------------- Thu Nov 7 14:51:29 UTC 2019 - Matej Cepl diff --git a/python-JsonWeb.spec b/python-JsonWeb.spec index ed20672..8370c60 100644 --- a/python-JsonWeb.spec +++ b/python-JsonWeb.spec @@ -1,7 +1,7 @@ # # spec file for package python-JsonWeb # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,8 +24,7 @@ Summary: Add JSON (de)serialization to your python objects License: BSD-3-Clause URL: http://www.jsonweb.info/ Source: https://files.pythonhosted.org/packages/source/J/JsonWeb/JsonWeb-%{version}.tar.gz -BuildRequires: %{python_module coverage} -BuildRequires: %{python_module nose} +BuildRequires: %{python_module pytest} BuildRequires: python-rpm-macros BuildArch: noarch %python_subpackages @@ -44,7 +43,7 @@ to your python classes. %python_install %check -%python_expand nosetests-%{$python_bin_suffix} +%pytest %files %{python_files} %doc README.rst