Is the new test the problem?

This commit is contained in:
Aaron Gokaslan 2022-06-14 15:27:57 -04:00
parent 9ac9c07766
commit fdc20a8912
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ def test_tuple():
assert m.tuple_ssize_t() == ()
assert m.tuple_size_t() == ()
assert m.get_tuple() == (42, None, "spam")
assert m.access_tuple_with_int_index() == (2)
#assert m.access_tuple_with_int_index() == (2)
def test_simple_namespace():