From 39547836337d21c01f1910f8b41b6e0d0561d198deb6152896d560715467bdd2 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Thu, 8 Aug 2024 11:59:38 +0000 Subject: [PATCH] - 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 --- python-hatch.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-hatch.spec b/python-hatch.spec index 5a57659..9fdbe3f 100644 --- a/python-hatch.spec +++ b/python-hatch.spec @@ -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