We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0bda6e commit a627889Copy full SHA for a627889
pandas/tests/indexes/datetimes/test_partial_slicing.py
@@ -19,12 +19,12 @@
19
)
20
import pandas._testing as tm
21
22
-pytestmark = pytest.mark.filterwarnings(
23
- "ignore:Parsing non-ISO datetime strings:pandas.errors.Pandas4Warning"
24
-)
25
-
26
27
class TestSlicing:
+ pytestmark = pytest.mark.filterwarnings(
+ "ignore:Parsing non-ISO datetime strings:pandas.errors.Pandas4Warning"
+ )
+
28
def test_string_index_series_name_converted(self):
29
# GH#1644
30
df = DataFrame(
0 commit comments