Skip to content

Commit

Permalink
Revert "skip test suite on PPC due to QEMU bugs"
Browse files Browse the repository at this point in the history
This reverts commit 7e729fa.
  • Loading branch information
h-vetinari committed Apr 12, 2022
1 parent c70b57e commit c68df85
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c68df85

Please sign in to comment.