Skip to content

Commit f14af43

Browse files
committed
ignore warning
1 parent 7ed5853 commit f14af43

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/frame/rows_test.py

+3
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ def test_iter_rows(
4444
assert result == expected
4545

4646

47+
@pytest.mark.filterwarnings(
48+
"ignore:.*all arguments of to_dict except for the argument:FutureWarning"
49+
)
4750
@pytest.mark.parametrize(
4851
("named", "expected"),
4952
[

0 commit comments

Comments
 (0)