Skip to content

Commit

Permalink
Update pytest warning filters.
Browse files Browse the repository at this point in the history
  • Loading branch information
plypaul committed Jun 5, 2024
1 parent 7019a87 commit 5890b92
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,10 @@ line-length = 120
# output of pytest noisy. Since no action is going to be taken, hide those
# warnings.
filterwarnings = [
"ignore:Deprecated call to.*",
"ignore:pkg_resources is deprecated as an API"
"ignore::DeprecationWarning:dbt_common.*:",
"ignore::DeprecationWarning:halo.*:",
# `protobuff` issue: https://github.com/protocolbuffers/protobuf/issues/15077
# protobuff is specified by `dbt-core`
'ignore:.*Type google.*:DeprecationWarning',
]
python_functions = "test_* populate_source_schema"

0 comments on commit 5890b92

Please sign in to comment.