mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-24 22:25:10 +00:00
Is the new test the problem?
This commit is contained in:
parent
9ac9c07766
commit
fdc20a8912
@ -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():
|
||||
|
Loading…
Reference in New Issue
Block a user