public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Lumir Balhar <lbalhar@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-jupyter-server] f44: Ignore deprecation warnings from ptyprocess:pty to fix build with Python 3.15 alpha 7
Date: Wed, 17 Jun 2026 09:48:59 GMT [thread overview]
Message-ID: <178168973944.1.1666789714404861970.rpms-python-jupyter-server-7abbea509b5a@fedoraproject.org> (raw)
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
reply other threads:[~2026-06-17 9:48 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178168973944.1.1666789714404861970.rpms-python-jupyter-server-7abbea509b5a@fedoraproject.org \
--to=lbalhar@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox