- Ignore some broken tests for non x86_64

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hatch?expand=0&rev=36
This commit is contained in:
Daniel Garcia 2024-08-08 11:59:38 +00:00 committed by Git OBS Bridge
parent bdc84c90cb
commit 3954783633

View File

@ -115,6 +115,7 @@ donttest="$donttest or (test_install and test_all)"
# platform distribution selection errors: https://github.com/pypa/hatch/issues/1145
%ifnarch x86_64
donttest="$donttest or (test_resolve and test_resolution_error)"
donttest+=" or test_custom_source or test_pypy_custom"
%endif
%ifarch s390x
# Console width different