Skip to content
Snippets Groups Projects
Commit d93e3c01 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

XFail test_slice on numpypy for now

parent b14cbb50
Branches
Tags
1 merge request!17Fix fancy indexing tests on numpy 1.13 (Closes #2 on gitlab)
Pipeline #
This commit is part of merge request !17. Comments created here will be created in the context of that merge request.
...@@ -768,6 +768,9 @@ def test_diff(ctx_factory): ...@@ -768,6 +768,9 @@ def test_diff(ctx_factory):
# {{{ slices, concatenation # {{{ slices, concatenation
def test_slice(ctx_factory): def test_slice(ctx_factory):
if _PYPY:
pytest.xfail("numpypy: spurious as_strided failure")
context = ctx_factory() context = ctx_factory()
queue = cl.CommandQueue(context) queue = cl.CommandQueue(context)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment