Skip to content

Commit a627889

Browse files
removed pytestmark in test_partial_slicing
1 parent c0bda6e commit a627889

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pandas/tests/indexes/datetimes/test_partial_slicing.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
)
2020
import pandas._testing as tm
2121

22-
pytestmark = pytest.mark.filterwarnings(
23-
"ignore:Parsing non-ISO datetime strings:pandas.errors.Pandas4Warning"
24-
)
25-
2622

2723
class TestSlicing:
24+
pytestmark = pytest.mark.filterwarnings(
25+
"ignore:Parsing non-ISO datetime strings:pandas.errors.Pandas4Warning"
26+
)
27+
2828
def test_string_index_series_name_converted(self):
2929
# GH#1644
3030
df = DataFrame(

0 commit comments

Comments
 (0)