Skip to content

Commit

Permalink
ignore the deprecation warning in the constructor validation test
Browse files Browse the repository at this point in the history
  • Loading branch information
MBrouns committed Jun 20, 2020
1 parent 66e5628 commit f47dede
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pandas/tests/window/test_expanding.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ def test_doc_string():
df.expanding(2).sum()


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

Expand Down

0 comments on commit f47dede

Please sign in to comment.