Skip to content

Commit

Permalink
remove test skips for pypy on aarch/ppc after dropping support
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Oct 2, 2023
1 parent 84e6100 commit 1d8d247
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -236,30 +236,6 @@ outputs:
# occasionally runs out of memory on windows + pypy
{% set tests_to_skip = tests_to_skip + " or test_bootstrap_against_" %} # [(python_impl == "pypy") and win]
{% set tests_to_skip = tests_to_skip + " or test_more_converged" %} # [(python_impl == "pypy") and win]
# very slow tests for pypy in emulation
{% if (python_impl == "pypy") and (aarch64 or ppc64le) %}
{% set tests_to_skip = tests_to_skip + " or TestDualAnnealing or TestQuad or TestNQuad" %}
{% set tests_to_skip = tests_to_skip + " or TestDifferentialEvolutionSolver or TestTRF" %}
{% set tests_to_skip = tests_to_skip + " or TestMonteCarloHypothesisTest" %}
{% set tests_to_skip = tests_to_skip + " or (TestBessel and test_fs_param)" %}
{% set tests_to_skip = tests_to_skip + " or (TestOrdQZWorkspaceSize and test_decompose)" %}
{% set tests_to_skip = tests_to_skip + " or (TestSobolIndices and test_ishigami[scalar])" %}
{% set tests_to_skip = tests_to_skip + " or (TestMannWhitneyU and test_asymptotic_behavior)" %}
{% set tests_to_skip = tests_to_skip + " or (test_precond_inverse and -poisson2d])" %}
{% set tests_to_skip = tests_to_skip + " or test_all_nograd_minimizers or test_basic_fit_mle" %}
{% set tests_to_skip = tests_to_skip + " or test_cdf_against_tables or test_pdf_integration" %}
{% set tests_to_skip = tests_to_skip + " or test_cdist_ and (refcount or calling_convention)" %}
{% set tests_to_skip = tests_to_skip + " or test_conditionally_positive_definite" %}
{% set tests_to_skip = tests_to_skip + " or test_cont_basic[500 or test_cython_api[elliprj]" %}
{% set tests_to_skip = tests_to_skip + " or test_filtfilt_gust or test_kappa3_array_gh13582" %}
{% set tests_to_skip = tests_to_skip + " or test_fitstart[genexpon-shapes28] or test_gh12922" %}
{% set tests_to_skip = tests_to_skip + " or test_integration_sparse or test_kdtree_box" %}
{% set tests_to_skip = tests_to_skip + " or test_minimize_callback_copies_array[fmin]" %}
{% set tests_to_skip = tests_to_skip + " or test_mip1 or test_mixed_threads_processes" %}
{% set tests_to_skip = tests_to_skip + " or test_public_modules_importable or test_neldermead_limit" %}
{% set tests_to_skip = tests_to_skip + " or test_random_exact or test_random_complex_exact" %}
{% set tests_to_skip = tests_to_skip + " or test_cdf_against_multivariate_normal[10]" %}
{% endif %}
# show SIMD features (some failures occur depending on presence/absence of e.g. AVX512)
- python -c "import numpy; numpy.show_config()"
# the tests ppc64le and aarch64 are currently run through emulation in QEMU;
Expand Down

0 comments on commit 1d8d247

Please sign in to comment.