pyosys: disable test

This commit is contained in:
Emil J. Tywoniak 2025-11-27 01:58:06 +01:00
parent 661fcb24cb
commit ae10e9e955
1 changed files with 1 additions and 7 deletions

View File

@ -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?