public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/python-jupyter-server] f44: Raise pytest upper bound to allow pytest 9
Date: Wed, 17 Jun 2026 09:48:59 GMT [thread overview]
Message-ID: <178168973990.1.13140065723083266369.rpms-python-jupyter-server-8d866e25f5b0@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-jupyter-server
Branch : f44
Commit : 8d866e25f5b087596113d2264e432b1ee810f24d
Author : Tomáš Hrnčiar <thrnciar@redhat.com>
Date : 2026-04-14T12:13:00+02:00
Stats : +38/-0 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/python-jupyter-server/c/8d866e25f5b087596113d2264e432b1ee810f24d?branch=f44
Log:
Raise pytest upper bound to allow pytest 9
---
diff --git a/1586.patch b/1586.patch
new file mode 100644
index 0000000..229f416
--- /dev/null
+++ b/1586.patch
@@ -0,0 +1,35 @@
+From 5bad6918167718133e2a6e611a36b16b4b955f53 Mon Sep 17 00:00:00 2001
+From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
+Date: Mon, 5 Jan 2026 20:03:39 +0000
+Subject: [PATCH] Update pytest requirement from <9,>=7.0 to >=7.0,<10
+
+Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version.
+- [Release notes](https://github.com/pytest-dev/pytest/releases)
+- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
+- [Commits](https://github.com/pytest-dev/pytest/compare/7.0.0...9.0.2)
+
+---
+updated-dependencies:
+- dependency-name: pytest
+ dependency-version: 9.0.2
+ dependency-type: direct:development
+...
+
+Signed-off-by: dependabot[bot] <support@github.com>
+---
+ pyproject.toml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/pyproject.toml b/pyproject.toml
+index 0653f67ef..b5f2d3ae6 100644
+--- a/pyproject.toml
++++ b/pyproject.toml
+@@ -57,7 +57,7 @@ test = [
+ "pytest-console-scripts",
+ "pytest-timeout",
+ "pytest-jupyter[server]>=0.7",
+- "pytest>=7.0,<9",
++ "pytest>=7.0,<10",
+ "requests",
+ "pre-commit",
+ 'flaky'
diff --git a/python-jupyter-server.spec b/python-jupyter-server.spec
index d256d8c..0d69462 100644
--- a/python-jupyter-server.spec
+++ b/python-jupyter-server.spec
@@ -11,6 +11,9 @@ License: BSD-3-Clause
URL: https://jupyter-server.readthedocs.io
Source: %{pypi_source jupyter_server}
+# Allow pytest 9
+Patch: https://github.com/jupyter-server/jupyter_server/pull/1586.patch
+
BuildArch: noarch
BuildRequires: python3-devel
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=178168973990.1.13140065723083266369.rpms-python-jupyter-server-8d866e25f5b0@fedoraproject.org \
--to=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