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 90dd217Copy full SHA for 90dd217
pandas/tests/indexes/datetimes/test_partial_slicing.py
@@ -19,10 +19,6 @@
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:
28
def test_string_index_series_name_converted(self):
0 commit comments