14
0
forked from pool/python-hatch

- 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:
2024-08-08 11:59:38 +00:00
committed by Git OBS Bridge
parent a3657628ac
commit f720edea9a

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 # platform distribution selection errors: https://github.com/pypa/hatch/issues/1145
%ifnarch x86_64 %ifnarch x86_64
donttest="$donttest or (test_resolve and test_resolution_error)" donttest="$donttest or (test_resolve and test_resolution_error)"
donttest+=" or test_custom_source or test_pypy_custom"
%endif %endif
%ifarch s390x %ifarch s390x
# Console width different # Console width different