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 9ff8871 commit 4d46206Copy full SHA for 4d46206
pandas/tests/indexing/test_loc.py
@@ -2068,10 +2068,8 @@ def test_loc_setitem_with_expansion_inf_upcast_empty(self):
2068
tm.assert_index_equal(result, expected)
2069
2070
@pytest.mark.filterwarnings(
2071
- [
2072
- "ignore:indexing past lexsort depth",
2073
- "ignore:Passing an empty string to Timestamp",
2074
- ]
+ "ignore:indexing past lexsort depth",
+ "ignore:Passing an empty string to Timestamp",
2075
)
2076
def test_loc_setitem_with_expansion_nonunique_index(self, index):
2077
# GH#40096
0 commit comments