diff --git a/python-tenacity.spec b/python-tenacity.spec index 823ec72..754bc5c 100644 --- a/python-tenacity.spec +++ b/python-tenacity.spec @@ -4,7 +4,7 @@ Name: python-%{pypi_name} Version: 8.0.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: %{common_desc} License: ASL 2.0 URL: https://github.com/jd/%{pypi_name} @@ -23,7 +23,6 @@ BuildRequires: python3-pbr BuildRequires: python3-six >= 1.9.0 BuildRequires: python3-tornado >= 4.5 BuildRequires: python3-pytest -BuildRequires: python3-typeguard %if %{undefined __pythondist_requires} Requires: python3-six >= 1.9.0 %endif @@ -41,6 +40,8 @@ fork of Retrying. %prep %autosetup -n %{pypi_name}-%{version} +# Skip typeguard test +sed -i -e 's/@pytest.mark.skipif.*typeguard.*/@pytest.mark.skipif(True, reason="Skipping typeguard tests")/' tests/test_tenacity.py %build %py3_build @@ -59,6 +60,9 @@ pytest-%{python3_version} %changelog +* Sat Jul 02 2022 Orion Poplawski - 8.0.1-4 +- Skip typeguard tests + * Mon Jun 13 2022 Python Maint - 8.0.1-3 - Rebuilt for Python 3.11