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:
parent
9aeba43e96
commit
4d9e43b39a
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue