From 97a125b68a00358d8f1bc45d029074a64957d8e905837f805fab1545343090cb Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 8 Dec 2025 04:32:04 +0000 Subject: [PATCH] - Only require pytest-subtests with pytest < 9. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-referencing?expand=0&rev=59 --- python-referencing.changes | 5 +++++ python-referencing.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-referencing.changes b/python-referencing.changes index 83abec2..8a88b0e 100644 --- a/python-referencing.changes +++ b/python-referencing.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Dec 8 04:29:16 UTC 2025 - Steve Kowalik + +- Only require pytest-subtests with pytest < 9. + ------------------------------------------------------------------- Tue Oct 14 04:44:54 UTC 2025 - Johannes Kastl diff --git a/python-referencing.spec b/python-referencing.spec index 354b8d7..8d066d2 100644 --- a/python-referencing.spec +++ b/python-referencing.spec @@ -55,7 +55,7 @@ BuildRequires: %{python_module pytest >= 8.3.3} BuildRequires: %{python_module jsonschema-specifications} BuildRequires: %{python_module jsonschema} BuildRequires: %{python_module packaging >= 24.2} -BuildRequires: %{python_module pytest-subtests >= 0.14.1} +BuildRequires: %{python_module pytest-subtests >= 0.14.1 if %python-pytest < 9} # /SECTION %endif BuildRequires: fdupes