diff --git a/python-cryptography.changes b/python-cryptography.changes index ab76519..33828ba 100644 --- a/python-cryptography.changes +++ b/python-cryptography.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Dec 8 04:29:15 UTC 2025 - Steve Kowalik + +- Only require pytest-subtests with pytest < 9. + ------------------------------------------------------------------- Mon Oct 13 09:32:39 UTC 2025 - Dirk Müller diff --git a/python-cryptography.spec b/python-cryptography.spec index 8a25358..f4481f4 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -54,7 +54,7 @@ BuildRequires: %{python_module wheel} BuildRequires: cargo >= 1.56.0 BuildRequires: cargo-packaging BuildRequires: fdupes -BuildRequires: libopenssl-devel +BuildRequires: libopenssl-3-devel BuildRequires: pkgconfig BuildRequires: python-rpm-macros BuildRequires: rust >= 1.56.0 @@ -74,7 +74,7 @@ BuildRequires: %{python_module iso8601} BuildRequires: %{python_module pretend} BuildRequires: %{python_module pytest > 6.0} BuildRequires: %{python_module pytest-benchmark} -BuildRequires: %{python_module pytest-subtests} +BuildRequires: %{python_module pytest-subtests if %python-pytest < 9} BuildRequires: %{python_module pytest-xdist} BuildRequires: %{python_module pytz} %endif