Skip to content

Commit

Permalink
ci(snowpark): ignore warnings from the logging module (#9873)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud authored Aug 20, 2024
1 parent 24f41b2 commit 9754efc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,8 @@ 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",
# snowpark logging warnings
"ignore:The 'warn' method is deprecated, use 'warning' instead:DeprecationWarning",
]
empty_parameter_set_mark = "fail_at_collect"
markers = [
Expand Down

0 comments on commit 9754efc

Please sign in to comment.