Skip to content

Commit f47dede

Browse files
committed
ignore the deprecation warning in the constructor validation test
1 parent 66e5628 commit f47dede

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pandas/tests/window/test_expanding.py

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ def test_doc_string():
1616
df.expanding(2).sum()
1717

1818

19+
@pytest.mark.filterwarnings(
20+
"ignore:The `center` argument on `expanding` will be removed in the future"
21+
)
1922
def test_constructor(which):
2023
# GH 12669
2124

0 commit comments

Comments
 (0)