Skip to content

Commit

Permalink
skip some problematic tests on win+pypy
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Jan 3, 2024
1 parent a05ed89 commit 03060cf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ requirements:
{% set tests_to_skip = tests_to_skip + " or test_new_policy" %} # [build_platform != target_platform]
# emulation problems (apparently) on aarch
{% set tests_to_skip = tests_to_skip + " or test_basic_property[float32" %} # [aarch64]
# problems with windows + pypy + meson
{% set tests_to_skip = tests_to_skip + " or test_cython or test_mem_policy" %} # [win and python_impl == "pypy"]
{% set tests_to_skip = tests_to_skip + " or test_multi_fortran_libs_link" %} # [win and python_impl == "pypy"]
{% set tests_to_skip = tests_to_skip + " or (test_extending and test_cython)" %} # [win and python_impl == "pypy"]
{% set tests_to_skip = tests_to_skip + " or (test_scripts and test_pep338)" %} # [win and python_impl == "pypy"]

test:
requires:
Expand Down

0 comments on commit 03060cf

Please sign in to comment.