From a9d62fc62eba9224dcca66fa4e66cff0ce3384a2e31b63d910866a41601fac10 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 26 Jun 2024 01:37:24 +0000 Subject: [PATCH] - Remove upper bound on pytest. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclient?expand=0&rev=67 --- python-nbclient.changes | 5 +++++ python-nbclient.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-nbclient.changes b/python-nbclient.changes index 8d41c45..9342eba 100644 --- a/python-nbclient.changes +++ b/python-nbclient.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jun 26 01:36:57 UTC 2024 - Steve Kowalik + +- Remove upper bound on pytest. + ------------------------------------------------------------------- Fri Mar 29 18:45:22 UTC 2024 - Ben Greiner diff --git a/python-nbclient.spec b/python-nbclient.spec index 583ac7f..314d8eb 100644 --- a/python-nbclient.spec +++ b/python-nbclient.spec @@ -62,7 +62,7 @@ BuildRequires: %{python_module ipython} BuildRequires: %{python_module ipywidgets} BuildRequires: %{python_module nbclient = %{version}} BuildRequires: %{python_module nbconvert >= 7} -BuildRequires: %{python_module pytest >= 7 with %python-pytest < 8} +BuildRequires: %{python_module pytest >= 7} BuildRequires: %{python_module pytest-asyncio} BuildRequires: %{python_module testpath} BuildRequires: %{python_module xmltodict}