public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-jupyter-server] f44: Ignore deprecation warnings from ptyprocess:pty to fix build with Python 3.15 alpha 7
@ 2026-06-17 9:48 Lumir Balhar
0 siblings, 0 replies; only message in thread
From: Lumir Balhar @ 2026-06-17 9:48 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-jupyter-server
Branch : f44
Commit : 7abbea509b5a63e581d00d8597bd5fe88426d3f3
Author : Lumir Balhar <lbalhar@redhat.com>
Date : 2026-03-20T16:54:13+01:00
Stats : +3/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-jupyter-server/c/7abbea509b5a63e581d00d8597bd5fe88426d3f3?branch=f44
Log:
Ignore deprecation warnings from ptyprocess:pty to fix build with Python 3.15 alpha 7
---
diff --git a/python-jupyter-server.spec b/python-jupyter-server.spec
index 7476673..d256d8c 100644
--- a/python-jupyter-server.spec
+++ b/python-jupyter-server.spec
@@ -51,7 +51,9 @@ sed -i '/"pre-commit"/d' pyproject.toml
# ResourceWarning is flaky and causes some test to fail
# reported: https://github.com/jupyter-server/jupyter_server/issues/1387
# PytestUnraisableExceptionWarning added to the same report.
-%pytest -vv -W "always:unclosed <socket.socket:ResourceWarning" -W "always::pytest.PytestUnraisableExceptionWarning"
+# DeprecationWarning:pty is ignored because it breaks Python 3.15 compatibility
+# https://github.com/jupyter-server/jupyter_server/issues/1610
+%pytest -vv -W "always:unclosed <socket.socket:ResourceWarning" -W "always::pytest.PytestUnraisableExceptionWarning" -W "ignore::DeprecationWarning:pty"
%endif
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-17 9:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-17 9:48 [rpms/python-jupyter-server] f44: Ignore deprecation warnings from ptyprocess:pty to fix build with Python 3.15 alpha 7 Lumir Balhar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox