Skip to content

Commit 7c02c71

Browse files
committed
Fix test_from_dict test
1 parent e1435d1 commit 7c02c71

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/frame/constructors/test_from_dict.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ def test_constructor_list_of_series(self):
108108
expected = DataFrame.from_dict(sdict, orient="index")
109109
tm.assert_frame_equal(result, expected)
110110

111-
@pytest.mark.xfail(using_string_dtype(), reason="columns inferring logic broken")
112111
def test_constructor_orient(self, float_string_frame):
113112
data_dict = float_string_frame.T._series
114113
recons = DataFrame.from_dict(data_dict, orient="index")

0 commit comments

Comments
 (0)