Skip to content

Commit 8e58be6

Browse files
committed
NXP backend: Fix missing pytest ignore statement
1 parent 3d74b67 commit 8e58be6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

backends/nxp/tests/test_edge_passes.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ def _assert_nodes_form_a_view_copy_qdq_cluster(graph: Graph, node_indices: list[
6666

6767

6868
class TestEdgePasses(unittest.TestCase):
69+
__test__ = False # Prevent interfering with PyTest tests
70+
6971
@classmethod
7072
def setUpClass(cls):
7173
torch.manual_seed(23)

0 commit comments

Comments
 (0)