Skip test_end_to_end - they fail with newer less in Fedora

This commit is contained in:
Karolina Surma 2023-07-03 19:48:45 +02:00
commit fb8eb73c8b

View file

@ -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}