From cf26149d18b4b220d2b2193340372799a1674a71 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Fri, 12 Jul 2024 10:51:44 -0400 Subject: [PATCH] Remove unused pytest-subtests dependency This dependency was switched out for a built-in miniature replacement as of version 41.0.0: https://github.com/pyca/cryptography/commit/22759dbab0bc85da995febcc3e82680fe6b2804a --- python-cryptography.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/python-cryptography.spec b/python-cryptography.spec index edb70ca..722047a 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -49,7 +49,6 @@ BuildRequires: python%{python3_pkgversion}-pytest-xdist BuildRequires: python%{python3_pkgversion}-pytz %endif BuildRequires: python%{python3_pkgversion}-pytest >= 6.2.0 -BuildRequires: python%{python3_pkgversion}-pytest-subtests >= 0.5.0 %endif %description @@ -81,8 +80,6 @@ rm src/rust/Cargo.lock %cargo_prep -V 1 %endif -# Remove cosmetical pytest-subtests 0.10.0 option -sed -i 's,--no-subtests-shortletter,,' pyproject.toml %if ! 0%{?fedora} sed -i 's,--benchmark-disable,,' pyproject.toml %endif