Skip to content

Commit 2e6bd77

Browse files
authored
TST: Re-enable test after Cython upgrade (#47159)
1 parent 578e918 commit 2e6bd77

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)