Skip to content

Commit ae1333c

Browse files
committed
reduce diff
1 parent 4cdafcf commit ae1333c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/test_stokes.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,14 @@
3939

4040
from meshmode import _acf # noqa: F401
4141
from arraycontext import pytest_generate_tests_for_array_contexts
42+
from meshmode.array_context import PytestPyOpenCLArrayContextFactory
4243

4344
import extra_int_eq_data as eid
4445
import logging
4546
logger = logging.getLogger(__name__)
4647

4748
pytest_generate_tests = pytest_generate_tests_for_array_contexts([
48-
"pyopencl-deprecated",
49+
PytestPyOpenCLArrayContextFactory,
4950
])
5051

5152

0 commit comments

Comments
 (0)