Skip to content
Snippets Groups Projects
Commit 177135d8 authored by Matthias Diener's avatar Matthias Diener
Browse files

better test warning

parent 9d3159c9
No related branches found
No related tags found
No related merge requests found
......@@ -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)
# }}}
......
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