diff --git a/test/test_tools.py b/test/test_tools.py index 81af1182f9ecf6148574300ab0ad14383ac945a8..a54361a3ba0b9f477d836c4bdb637b70708d2d05 100644 --- a/test/test_tools.py +++ b/test/test_tools.py @@ -31,8 +31,8 @@ import pyopencl as cl import logging logger = logging.getLogger(__name__) -from pyopencl.tools import pytest_generate_tests_for_pyopencl ( # noqa - as pytest_generate_tests) +from pyopencl.tools import ( # noqa + pytest_generate_tests_for_pyopencl as pytest_generate_tests) def test_gmres():