Skip to content

Commit d84073c

Browse files
Backport PR pandas-dev#47159 on branch 1.4.x (TST: Re-enable test after Cython upgrade) (pandas-dev#47161)
Backport PR pandas-dev#47159: TST: Re-enable test after Cython upgrade Co-authored-by: Thomas Li <[email protected]>
1 parent d7cb419 commit d84073c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pandas/tests/io/parser/common/test_common_basic.py

-6
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
import numpy as np
1313
import pytest
1414

15-
from pandas.compat import PY310
1615
from pandas.errors import (
1716
EmptyDataError,
1817
ParserError,
@@ -676,11 +675,6 @@ def test_read_table_equivalency_to_read_csv(all_parsers):
676675
tm.assert_frame_equal(result, expected)
677676

678677

679-
@pytest.mark.skipif(
680-
PY310,
681-
reason="GH41935 This test is leaking only on Python 3.10,"
682-
"causing other tests to fail with a cryptic error.",
683-
)
684678
@pytest.mark.parametrize("read_func", ["read_csv", "read_table"])
685679
def test_read_csv_and_table_sys_setprofile(all_parsers, read_func):
686680
# GH#41069

0 commit comments

Comments
 (0)