diff --git a/arraycontext/pytest.py b/arraycontext/pytest.py index 5af5d1d1c88f26ab3f019cfbf768ece596f96818..24557ed5df9581c5c93d57c687c82bd2b31b409d 100644 --- a/arraycontext/pytest.py +++ b/arraycontext/pytest.py @@ -122,7 +122,8 @@ def pytest_generate_tests_for_pyopencl_array_context(metafunc) -> None: from warnings import warn warn("'pytato.pytest_generate_tests_for_pyopencl_array_context' " "is deprecated, use 'pytato.pytest_generate_tests_for_array_contexts' " - "instead.", DeprecationWarning) + "instead. PytatoArrayContext tests will be disabled.", + DeprecationWarning) pytest_generate_tests_for_array_contexts(metafunc, use_pytato=False) # }}}