Skip to content

Commit

Permalink
test(pandas,dask): allow future deprecation of Q to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Jul 29, 2024
1 parent c3e9f97 commit 6f6f198
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ filterwarnings = [
'ignore:Downcasting object dtype arrays on \.fillna, \.ffill, \.bfill is deprecated:FutureWarning',
# pandas 2.2 warnings coming directly from the way flink uses pandas
"ignore:Passing a BlockManager to DataFrame is deprecated:DeprecationWarning",
"ignore:'Q' is deprecated:FutureWarning",
]
empty_parameter_set_mark = "fail_at_collect"
markers = [
Expand Down

0 comments on commit 6f6f198

Please sign in to comment.