From e6543c27b1ef9854a84ac8f7fa2380638e88ba7e Mon Sep 17 00:00:00 2001 From: Lumir Balhar Date: Jan 17 2024 08:04:48 +0000 Subject: Update to 2.12.5 (rhbz#2258634) --- diff --git a/.gitignore b/.gitignore index 616c227..0ddca7f 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ /jupyter_server-2.12.2.tar.gz /jupyter_server-2.12.3.tar.gz /jupyter_server-2.12.4.tar.gz +/jupyter_server-2.12.5.tar.gz diff --git a/python-jupyter-server.spec b/python-jupyter-server.spec index 9549c0f..4ee8c1d 100644 --- a/python-jupyter-server.spec +++ b/python-jupyter-server.spec @@ -3,7 +3,7 @@ %bcond_without tests Name: python-jupyter-server -Version: 2.12.4 +Version: 2.12.5 Release: %autorelease Summary: The backend for Jupyter web applications License: BSD-3-Clause @@ -51,10 +51,9 @@ sed -i '/@overrides/d' jupyter_server/services/kernels/kernelmanager.py %check %if %{with tests} -# Fix for the deprecation warning from pytest-console-scripts -# proposed upstream: -# https://github.com/jupyter-server/jupyter_server/pull/1281 -%pytest -W ignore::DeprecationWarning +# ResourceWarning is flaky and causes some test to fail +# reported: https://github.com/jupyter-server/jupyter_server/issues/1387 +%pytest -W "always:unclosed