Sync from SUSE:SLFO:Main python-Jinja2 revision 4ccd84de4a7ea54fffcae20197d671de
This commit is contained in:
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user