Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit 43e6a40

Browse files
authored
Update tests/unit/test_table.py
1 parent a8e2d3f commit 43e6a40

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/unit/test_table.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2498,7 +2498,8 @@ def test_to_geodataframe(self):
24982498
def test_methods_w_timeout(self):
24992499
pytest.importorskip("pyarrow")
25002500
pytest.importorskip("geopandas")
2501-
# Ensure that timeout parameter is accepted by all methods and ignored.
2501+
# Ensure that the timeout parameter is accepted by all methods without raising a TypeError,
2502+
# even though the _EmptyRowIterator implementations do not use the timeout value.
25022503
timeout = 42.0
25032504

25042505
# Call each type to ensure no TypeError is raised

0 commit comments

Comments
 (0)