From 43ca5254b8c0fcb11fd804559cc2ff2c81c63cd9 Mon Sep 17 00:00:00 2001 From: "Emil J. Tywoniak" Date: Thu, 27 Nov 2025 01:58:06 +0100 Subject: [PATCH] pyosys: disable test --- tests/pyosys/test_dict.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/tests/pyosys/test_dict.py b/tests/pyosys/test_dict.py index 717fed8ea..57d4dc82f 100644 --- a/tests/pyosys/test_dict.py +++ b/tests/pyosys/test_dict.py @@ -35,10 +35,4 @@ print(repr_test.popitem()) assert before - 1 == len(repr_test) # test noncomparable -## if ys.CellType ever gets an == operator just disable this section -uncomparable_value = ys.Globals.yosys_celltypes.cell_types[ys.IdString("$not")] - -x = ys.IdstringToCelltypeDict({ ys.IdString("\\a"): uncomparable_value}) -y = ys.IdstringToCelltypeDict({ ys.IdString("\\a"): uncomparable_value}) - -assert x != y # not comparable +# TODO newcelltypes?