We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cdafcf commit ae1333cCopy full SHA for ae1333c
1 file changed
test/test_stokes.py
@@ -39,13 +39,14 @@
39
40
from meshmode import _acf # noqa: F401
41
from arraycontext import pytest_generate_tests_for_array_contexts
42
+from meshmode.array_context import PytestPyOpenCLArrayContextFactory
43
44
import extra_int_eq_data as eid
45
import logging
46
logger = logging.getLogger(__name__)
47
48
pytest_generate_tests = pytest_generate_tests_for_array_contexts([
- "pyopencl-deprecated",
49
+ PytestPyOpenCLArrayContextFactory,
50
])
51
52
0 commit comments