Skip to content

Commit

Permalink
skip test suite on PPC
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Dec 20, 2021
1 parent 3248eb4 commit 1f8a7e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f8a7e3

Please sign in to comment.