From e515c2d37b50490211db0963e2e063ea2e31393f Mon Sep 17 00:00:00 2001
From: Kaushik Kulkarni <kaushikcfd@gmail.com>
Date: Tue, 29 Jun 2021 05:48:55 -0500
Subject: [PATCH] do not force actx_class interface upon all array context
 factories

---
 arraycontext/pytest.py | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/arraycontext/pytest.py b/arraycontext/pytest.py
index d9e0547..e0beb06 100644
--- a/arraycontext/pytest.py
+++ b/arraycontext/pytest.py
@@ -51,10 +51,6 @@ class PytestPyOpenCLArrayContextFactory:
         """
         self.device = device
 
-    @property
-    def actx_class(self):
-        raise NotImplementedError
-
     def get_command_queue(self):
         # Get rid of leftovers from past tests.
         # CL implementations are surprisingly limited in how many
-- 
GitLab