From 13472ac0dc49382ec72f3603b1b677a490f0498a42face2160ac5221b8b93010 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 29 May 2020 11:02:03 +0000 Subject: [PATCH] Accepting request 810184 from home:mcalabkova:branches:devel:languages:python - Replace nose with pytest OBS-URL: https://build.opensuse.org/request/show/810184 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WSME?expand=0&rev=37 --- python-WSME.changes | 5 +++++ python-WSME.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-WSME.changes b/python-WSME.changes index 7f09a3a..4ea2fc4 100644 --- a/python-WSME.changes +++ b/python-WSME.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri May 29 10:55:09 UTC 2020 - Marketa Calabkova + +- Replace nose with pytest + ------------------------------------------------------------------- Wed Apr 29 10:42:53 UTC 2020 - Dirk Mueller diff --git a/python-WSME.spec b/python-WSME.spec index 910a442..623a22b 100644 --- a/python-WSME.spec +++ b/python-WSME.spec @@ -29,9 +29,9 @@ BuildRequires: %{python_module WebOb >= 1.2.3} BuildRequires: %{python_module WebTest} BuildRequires: %{python_module mock} BuildRequires: %{python_module netaddr >= 0.7.12} -BuildRequires: %{python_module nose} BuildRequires: %{python_module pbr} BuildRequires: %{python_module pecan} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytz} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module simplegeneric} @@ -63,7 +63,7 @@ with focus on extensibility, framework-independence and improved type handling. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec %{_bindir}/nosetests -v tests/pecantest tests/rest +%pytest tests/pecantest tests/rest %files %{python_files} %license LICENSE