public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-jupyter-server] f43: Raise pytest upper bound to allow pytest 9
@ 2026-06-17 9:49
0 siblings, 0 replies; only message in thread
From: @ 2026-06-17 9:49 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-jupyter-server
Branch : f43
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=f43
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-17 9:49 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:49 [rpms/python-jupyter-server] f43: Raise pytest upper bound to allow pytest 9
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox