Sync from SUSE:SLFO:Main python-Jinja2 revision 4ccd84de4a7ea54fffcae20197d671de

This commit is contained in:
2025-03-31 09:55:41 +02:00
parent 52f8f388b5
commit 3fb2546f88
2 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 17 11:59:32 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
- Skip test_elif_deep on s390x arch
-------------------------------------------------------------------
Mon Mar 10 08:46:26 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -72,6 +72,10 @@ popd
# Test broken with latest version of MarkupSafe (2.1.4)
# gh#pallets/jinja#1930, gh#pallets/markupsafe#417
donttest="test_striptags"
# Test fails in s390x with maximum recursion depth exceeded during compilation
%if "%{_arch}" == "s390x"
donttest+=" or test_elif_deep"
%endif
%pytest -W ignore:'Support for nose tests is deprecated' -k "not ($donttest)"
%endif