Skip flaky test_elif_deep

https://github.com/pallets/jinja/issues/2079
This commit is contained in:
Lumir Balhar 2025-03-27 12:32:17 +01:00
commit 9a3178e4ba

View file

@ -76,7 +76,9 @@ rm -rvf docs/_build/html/.buildinfo
%check
%pytest tests %{!?with_asyncio_tests:--ignore tests/test_async.py --ignore tests/test_async_filters.py}
# test_elif_deep is flaky for an unknown reason
# https://github.com/pallets/jinja/issues/2079
%pytest tests -k "not test_elif_deep" %{!?with_asyncio_tests:--ignore tests/test_async.py --ignore tests/test_async_filters.py}
%files -n python3-jinja2 -f %{pyproject_files}