From 8c2c66a6dbb8b236de8a2acfef25dba5759c44f598767bf0cbe9152d299f3ef5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 17 Aug 2020 06:17:43 +0000 Subject: [PATCH] Accepting request 827108 from home:jayvdb:py-submit Replace nose with pytest OBS-URL: https://build.opensuse.org/request/show/827108 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-smmap?expand=0&rev=21 --- python-smmap.changes | 5 +++++ python-smmap.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-smmap.changes b/python-smmap.changes index c56decd..5b27446 100644 --- a/python-smmap.changes +++ b/python-smmap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Aug 16 20:46:09 UTC 2020 - John Vandenberg + +- Replace nose with pytest + ------------------------------------------------------------------- Sun Jun 14 09:32:19 UTC 2020 - Dirk Mueller diff --git a/python-smmap.spec b/python-smmap.spec index f5ecf83..4f6dc63 100644 --- a/python-smmap.spec +++ b/python-smmap.spec @@ -24,7 +24,7 @@ Summary: A pure git implementation of a sliding window memory map manager License: BSD-2-Clause URL: https://github.com/gitpython-developers/smmap Source: https://files.pythonhosted.org/packages/source/s/smmap/smmap-%{version}.tar.gz -BuildRequires: %{python_module nose} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: dos2unix BuildRequires: fdupes @@ -55,7 +55,7 @@ dos2unix README.md %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} nosetests-%{$python_bin_suffix} -v +%pytest %files %{python_files} %license LICENSE