Skip to content

Commit

Permalink
debug: skip failing win+pypy test
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Jul 1, 2021
1 parent a0f2954 commit bcceb53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ requirements:
+ " or (test_generalized_sq_cases "
+ " and (TestCond or TestDet or TestInv or TestSolve))" %}
{% endif %}
# DEBUG: skip tests that are failing on win+pypy
{% set tests_to_skip = tests_to_skip + " or (test_broadcast and TestUfunc)" %} # [win and python_impl == "pypy"]

test:
requires:
Expand Down

0 comments on commit bcceb53

Please sign in to comment.