diff --git a/python-psutil.changes b/python-psutil.changes index 4086251..10a5816 100644 --- a/python-psutil.changes +++ b/python-psutil.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Dec 8 04:29:16 UTC 2025 - Steve Kowalik + +- Only require pytest-subtests with pytest < 9. + ------------------------------------------------------------------- Thu Nov 27 11:31:09 UTC 2025 - Markéta Machová diff --git a/python-psutil.spec b/python-psutil.spec index 947c687..8356702 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -51,7 +51,7 @@ BuildRequires: pkgconfig(libsystemd) BuildRequires: /usr/bin/who %endif BuildRequires: %{python_module psutil = %{version}} -BuildRequires: %{python_module pytest-subtests} +BuildRequires: %{python_module pytest-subtests if %python-pytest < 9} BuildRequires: %{python_module pytest-xdist} BuildRequires: %{python_module pytest} BuildRequires: net-tools