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}