diff --git a/python-autopage.spec b/python-autopage.spec index 2345a44..55fb020 100644 --- a/python-autopage.spec +++ b/python-autopage.spec @@ -54,6 +54,11 @@ BuildRequires: %{py3_dist testtools} %prep %autosetup -n %{srcname}-%{version} +# end to end tests currently don't work in RPM, one reported example: +# https://github.com/zaneb/autopage/issues/5 +# skip them to enable Python 3.12 rebuild +rm autopage/tests/test_end_to_end.py + %if %{with pyproject} %generate_buildrequires %pyproject_buildrequires -e pep8,%{toxenv}