diff --git a/test/test_utils.py b/test/test_utils.py index 90b37528ff5da449d6fcefd6d80d6dc26ca90e4b..2228152f68f18d89cbd6d4bb188ade3b70414e9a 100644 --- a/test/test_utils.py +++ b/test/test_utils.py @@ -23,17 +23,9 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. """ -from arraycontext import ( # noqa: F401 - pytest_generate_tests_for_array_contexts, - ) - import logging logger = logging.getLogger(__name__) -pytest_generate_tests = pytest_generate_tests_for_array_contexts([ - "pyopencl", "pyopencl-deprecated", "pytato-pyopencl" - ]) - def test_pt_actx_key_stringification_uniqueness(): from arraycontext.impl.pytato.compile import _ary_container_key_stringifier