We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a5d6af commit 9f591dbCopy full SHA for 9f591db
1 file changed
tests/conftest.py
@@ -120,6 +120,9 @@ def skip_op_without_platform_impl(request):
120
op_cls = _op_class_from_module(request.node.module)
121
122
if op_cls is None:
123
+ if "op_meta" in params:
124
+ return
125
+
126
pytest.skip("operator wrapper is not available in this build")
127
128
if not hasattr(op_cls, "active_implementation_indices"):
0 commit comments