Remove outdated sed to rename test teardown methods

The issue was fixed in 3.1.3 via
3fadee01b7

The sed turns teardown_method into teardown_method_method.
This commit is contained in:
Tim Landscheidt 2024-03-17 23:06:05 +00:00 committed by Miro Hrončok
commit 4d9e43b39a

View file

@ -51,8 +51,6 @@ BuildRequires: python3-sphinx-issues
%prep
%autosetup -p1 -n %{srcname}-%{version}
# Fix for https://github.com/pallets/jinja/issues/1758
sed -i "s/def teardown/def teardown_method/" tests/test_loader.py
%generate_buildrequires
%pyproject_buildrequires -x i18n