We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fcc4c6 commit baf7b3fCopy full SHA for baf7b3f
pandas/tests/frame/test_convert_to.py
@@ -575,9 +575,9 @@ def test_frame_to_dict_tz(self):
575
),
576
577
(
578
- defaultdict(list),
+ defaultdict(dict),
579
defaultdict(
580
- list,
+ dict,
581
{
582
0: {"int_col": 1, "float_col": 1.0},
583
1: {"int_col": 2, "float_col": 2.0},
setup.cfg
@@ -163,9 +163,6 @@ ignore_errors=True
163
[mypy-pandas.tests.frame.test_constructors]
164
ignore_errors=True
165
166
-[mypy-pandas.tests.frame.test_convert_to]
167
-ignore_errors=True
168
-
169
[mypy-pandas.tests.indexes.datetimes.test_datetimelike]
170
171
0 commit comments