Skip to content
Snippets Groups Projects
Commit 616aa12b authored by Kaushik Kulkarni's avatar Kaushik Kulkarni
Browse files

gets rid of unnecessary pytest_generate_tests

parent 5ddb2e69
No related branches found
No related tags found
No related merge requests found
...@@ -23,17 +23,9 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN ...@@ -23,17 +23,9 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE. THE SOFTWARE.
""" """
from arraycontext import ( # noqa: F401
pytest_generate_tests_for_array_contexts,
)
import logging import logging
logger = logging.getLogger(__name__) 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(): def test_pt_actx_key_stringification_uniqueness():
from arraycontext.impl.pytato.compile import _ary_container_key_stringifier from arraycontext.impl.pytato.compile import _ary_container_key_stringifier
......
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