Skip to content

Commit

Permalink
MAINT: Xfail test failing on PyPy.
Browse files Browse the repository at this point in the history
Skip a test that fails on pypy3.9-v1.3.13 and pypy3.10-v1.3.13,
released 9-29-2023. This may be a bit harsh, but it is hard to
make it more specific.

In reference to #24862.
  • Loading branch information
charris committed Oct 6, 2023
1 parent a42408b commit 2fc605a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions numpy/core/tests/test_multiarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -3726,6 +3726,7 @@ def test_inplace(self):
# - defer if other has __array_ufunc__ and it is None
# or other is not a subclass and has higher array priority
# - else, call ufunc
@pytest.mark.xfail(IS_PYPY, reason="Bug in pypy3.{9, 10}-v7.3.13, #24862")
def test_ufunc_binop_interaction(self):
# Python method name (without underscores)
# -> (numpy ufunc, has_in_place_version, preferred_dtype)
Expand Down

0 comments on commit 2fc605a

Please sign in to comment.