15
0
forked from pool/python-Jinja2

Accepting request 1253771 from devel:languages:python

- Skip test_elif_deep on s390x arch

OBS-URL: https://build.opensuse.org/request/show/1253771
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Jinja2?expand=0&rev=58
This commit is contained in:
2025-03-18 16:40:14 +00:00
committed by Git OBS Bridge
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