Skip to content

Commit

Permalink
ensure propack tests are also run on aarch
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Feb 6, 2022
1 parent e5c66b0 commit f9913be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Expand Up @@ -93,7 +93,7 @@ test:
{% set label = "'fast'" if (aarch64 or ppc64le or python_impl == "pypy") else "'full'" %}
# aarch tests ran in reduced form on drone due to timing constraints;
# going back to the full test suite will need some debugging of hangs
{% set tests = "['scipy.linalg', 'scipy.fft']" if aarch64 else "None" %}
{% set tests = "['scipy.linalg', 'scipy.fft', 'scipy.sparse']" if aarch64 else "None" %}
# for signature of scipy.test see below (note default: label='fast'):
# https://github.com/scipy/scipy/blob/v1.7.0/scipy/_lib/_testutils.py#L27
{% set param = "verbose=2, label=" + label + ", tests=" + tests %}
Expand Down

0 comments on commit f9913be

Please sign in to comment.