From 2117f03c2e55c33da6e3f3a1e243d0f4d7705be4c78cad22659e5d4338a8ade3 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Fri, 28 Jun 2024 00:36:19 +0000 Subject: [PATCH] - Remove upper bound on pytest. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-pycrdt?expand=0&rev=5 --- python-pycrdt.changes | 5 +++++ python-pycrdt.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-pycrdt.changes b/python-pycrdt.changes index 19ae39a..674eff3 100644 --- a/python-pycrdt.changes +++ b/python-pycrdt.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jun 28 00:36:00 UTC 2024 - Steve Kowalik + +- Remove upper bound on pytest. + ------------------------------------------------------------------- Fri Mar 29 19:13:03 UTC 2024 - Ben Greiner diff --git a/python-pycrdt.spec b/python-pycrdt.spec index 25c83e8..21d93c0 100644 --- a/python-pycrdt.spec +++ b/python-pycrdt.spec @@ -30,7 +30,7 @@ BuildRequires: cargo-packaging BuildRequires: fdupes BuildRequires: python-rpm-macros # SECTION test requirements -BuildRequires: %{python_module pytest >= 7.4.2 with %python-pytest < 8} +BuildRequires: %{python_module pytest >= 7.4.2} #BuildRequires: %%{python_module pydantic >= 2.5.2 with %%python-pydantic < 3} BuildRequires: %{python_module y-py >= 0.7.0~a1} BuildRequires: %{python_module objsize}