Skip to content

Commit 0041935

Browse files
Revert test_constructors xfail (#26586)
Reverts #26548 xref numpy/numpy#13663 Closes #26546
1 parent 4c54dd2 commit 0041935

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/tests/frame/test_constructors.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import pandas as pd
1616
from pandas import (
1717
Categorical, DataFrame, Index, MultiIndex, RangeIndex, Series, Timedelta,
18-
Timestamp, compat, date_range, isna)
18+
Timestamp, date_range, isna)
1919
from pandas.tests.frame.common import TestData
2020
import pandas.util.testing as tm
2121

@@ -113,7 +113,6 @@ def test_constructor_dtype_list_data(self):
113113
assert df.loc[1, 0] is None
114114
assert df.loc[0, 1] == '2'
115115

116-
@pytest.mark.xfail(compat.numpy._is_numpy_dev, reason="GH-26546")
117116
def test_constructor_list_frames(self):
118117
# see gh-3243
119118
result = DataFrame([DataFrame()])

0 commit comments

Comments
 (0)