From 1f8a7e312cce686468977a1f85c386afd5e5c1d5 Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Tue, 21 Dec 2021 09:25:59 +1100 Subject: [PATCH] skip test suite on PPC --- recipe/meta.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 4a226be0..72067633 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -56,7 +56,9 @@ test: - f2py -h # numpy.test will show SIMD features of agent (in the past, there have been # failures that occured depending on presence/absence of e.g. AVX512) - - python -c "import numpy, sys; sys.exit(not numpy.test(verbose=3, durations=50, extra_argv=['-k', 'not ({{ tests_to_skip }})']))" + - python -c "import numpy, sys; sys.exit(not numpy.test(verbose=3, durations=50, extra_argv=['-k', 'not ({{ tests_to_skip }})']))" # [not ppc64le] + # NOTE: test suite is skipped on ppc due to bugs in QEMU code that cause + # CI to fail, even though the tests should run through on native hardware imports: - numpy - numpy.core.multiarray