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

One more importorskip for mako.

parent 401d0933
No related branches found
No related tags found
No related merge requests found
...@@ -546,6 +546,9 @@ def test_copy_if(ctx_factory): ...@@ -546,6 +546,9 @@ def test_copy_if(ctx_factory):
@pytools.test.mark_test.opencl @pytools.test.mark_test.opencl
def test_partition(ctx_factory): def test_partition(ctx_factory):
from pytest import importorskip
importorskip("mako")
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.
Finish editing this message first!
Please register or to comment