From 7dfd05d9aa1c837837eb625977a5ee9d95ec7b5f468eb718bbc881bd71d103ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 17 Aug 2020 05:59:44 +0000 Subject: [PATCH] Accepting request 827132 from home:jayvdb:py-submit Replace nose with pytest OBS-URL: https://build.opensuse.org/request/show/827132 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-yappi?expand=0&rev=13 --- python-yappi.changes | 5 +++++ python-yappi.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/python-yappi.changes b/python-yappi.changes index c13d790..79905ff 100644 --- a/python-yappi.changes +++ b/python-yappi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Aug 16 22:31:45 UTC 2020 - John Vandenberg + +- Remove unnecessary build dependency nose + ------------------------------------------------------------------- Tue Jun 2 17:34:36 UTC 2020 - Dirk Mueller diff --git a/python-yappi.spec b/python-yappi.spec index 5c9ccce..44e4afb 100644 --- a/python-yappi.spec +++ b/python-yappi.spec @@ -27,7 +27,6 @@ URL: https://github.com/sumerc/yappi Source: https://files.pythonhosted.org/packages/source/y/yappi/yappi-%{version}.tar.gz BuildRequires: %{python_module contextvars} BuildRequires: %{python_module devel} -BuildRequires: %{python_module nose} BuildRequires: %{python_module pytest-asyncio} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools}