From ee0b9f5ef1df02d3a078bf79c423ed56805be8f60b3dcc0c5fcbb96e5e6c6358 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 17 Jun 2020 17:27:18 +0000 Subject: [PATCH] Accepting request 815553 from home:pgajdos:python - nose -> pytest OBS-URL: https://build.opensuse.org/request/show/815553 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Routes?expand=0&rev=28 --- python-Routes.changes | 5 +++++ python-Routes.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/python-Routes.changes b/python-Routes.changes index c0e276e..d5d181b 100644 --- a/python-Routes.changes +++ b/python-Routes.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jun 17 15:08:24 UTC 2020 - pgajdos@suse.com + +- nose -> pytest + ------------------------------------------------------------------- Thu Nov 7 15:44:02 UTC 2019 - Matej Cepl diff --git a/python-Routes.spec b/python-Routes.spec index 6656518..1747624 100644 --- a/python-Routes.spec +++ b/python-Routes.spec @@ -1,7 +1,7 @@ # # spec file for package python-Routes # -# 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 @@ -28,7 +28,7 @@ Source: https://files.pythonhosted.org/packages/source/R/Routes/Routes-% BuildRequires: %{python_module WebOb} BuildRequires: %{python_module WebTest} BuildRequires: %{python_module coverage} -BuildRequires: %{python_module nose} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module repoze.lru} BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros @@ -51,7 +51,7 @@ A Routing package for Python that matches URL's to dicts and vice versa. %python_install %check -%python_exec %{_bindir}/nosetests +%pytest --doctest-modules routes %files %{python_files} %license LICENSE.txt