From 76eb7eef7ddb1dd5334813cf23ee74a560ca2676ff067fc3e95d1b7274a2f7ce Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Sun, 21 Jan 2024 11:26:18 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=98 --- python-ipykernel.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-ipykernel.spec b/python-ipykernel.spec index 943895e..8363f78 100644 --- a/python-ipykernel.spec +++ b/python-ipykernel.spec @@ -90,6 +90,7 @@ This package provides the IPython kernel for Jupyter. %prep %autosetup -p1 -n ipykernel-%{version} sed -i -e 's/, "--color=yes"//' pyproject.toml +sed -i -e '/ignore:.* current event loop:DeprecationWarning/ a \ "ignore:pytest-asyncio detected an unclosed event loop:DeprecationWarning",' pyproject.toml %build %pyproject_wheel