From 7049b7ecfe24bbb5cd2e53b16c8c915d2fc061dd Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Wed, 13 Apr 2022 09:38:39 +1100 Subject: [PATCH] Revert "skip test suite on PPC due to QEMU bugs" This reverts commit 7e729fae0f37a1618a45bfc3badb855ff1eff726. --- recipe/meta.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 7f83f37c..4d9f6236 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -70,9 +70,7 @@ test: {% set label = "'fast'" if aarch64 else "'full'" %} {% set param = "verbose=1, label=" + label + ", tests=None" %} {% set extra = "extra_argv=['-k', 'not (" + tests_to_skip + ")', '-nauto', '--timeout=600', '--durations=50']" %} - - python -c "import numpy, sys; sys.exit(not numpy.test({{ param }}, {{ extra }}))" # [not ppc64le] - # NOTE: test suite is skipped on ppc due to bugs in QEMU code that cause - # CI to fail, even though the tests would run through on native hardware + - python -c "import numpy, sys; sys.exit(not numpy.test({{ param }}, {{ extra }}))" imports: - numpy - numpy.core.multiarray