Skip to content
Snippets Groups Projects
Commit 45540e2e authored by Matt Wala's avatar Matt Wala
Browse files

Skip pyfmmlib requiring tests.

parent ef66a149
No related branches found
No related tags found
1 merge request!26Initial SymEngine integration.
...@@ -63,6 +63,7 @@ else: ...@@ -63,6 +63,7 @@ else:
(l2d_level_to_order_lookup, ()), (l2d_level_to_order_lookup, ()),
]) ])
def test_level_to_order_lookup(ctx_getter, lookup_func, extra_args): def test_level_to_order_lookup(ctx_getter, lookup_func, extra_args):
pytest.importorskip("pyfmmlib")
ctx = ctx_getter() ctx = ctx_getter()
queue = cl.CommandQueue(ctx) queue = cl.CommandQueue(ctx)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment