From 7861ea887f4b627b5eb6c9c9f66c26076fe7ba0976c185bbf25132f6bc892f89 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 5 Dec 2022 16:56:42 +0000 Subject: [PATCH] Accepting request 1039500 from home:ojkastl_buildservice:ansible_for_SLES15SP4 - ignore 'pytest.PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release.' error from pytest 7.2 OBS-URL: https://build.opensuse.org/request/show/1039500 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Jinja2?expand=0&rev=100 --- python-Jinja2.changes | 7 +++++++ python-Jinja2.spec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python-Jinja2.changes b/python-Jinja2.changes index 74db4b0..0456862 100644 --- a/python-Jinja2.changes +++ b/python-Jinja2.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Dec 2 07:35:08 UTC 2022 - Johannes Kastl + +- ignore 'pytest.PytestRemovedIn8Warning: Support for nose tests is + deprecated and will be removed in a future release.' error from + pytest 7.2 + ------------------------------------------------------------------- Sat Jun 4 11:35:44 UTC 2022 - Dirk Müller diff --git a/python-Jinja2.spec b/python-Jinja2.spec index 6c6d139..1957b28 100644 --- a/python-Jinja2.spec +++ b/python-Jinja2.spec @@ -62,7 +62,7 @@ dos2unix LICENSE.rst # Fix wrong EOL encoding %check %if %{with test} -%pytest +%pytest -W ignore:'Support for nose tests is deprecated' %endif %files %{python_files}