Skip to content

Commit a8c3b39

Browse files
TST: remove xfails with strict=False (#36524)
1 parent 5a75b1d commit a8c3b39

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/tests/io/parser/test_common.py

-2
Original file line numberDiff line numberDiff line change
@@ -1138,7 +1138,6 @@ def test_parse_integers_above_fp_precision(all_parsers):
11381138
tm.assert_frame_equal(result, expected)
11391139

11401140

1141-
@pytest.mark.xfail(reason="ResourceWarning #35660", strict=False)
11421141
def test_chunks_have_consistent_numerical_type(all_parsers):
11431142
parser = all_parsers
11441143
integers = [str(i) for i in range(499999)]
@@ -1152,7 +1151,6 @@ def test_chunks_have_consistent_numerical_type(all_parsers):
11521151
assert result.a.dtype == float
11531152

11541153

1155-
@pytest.mark.xfail(reason="ResourceWarning #35660", strict=False)
11561154
def test_warn_if_chunks_have_mismatched_type(all_parsers):
11571155
warning_type = None
11581156
parser = all_parsers

0 commit comments

Comments
 (0)