Skip to content

Commit

Permalink
Add regex match for product deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegrabowski committed Oct 8, 2023
1 parent 1a73ae9 commit 577591d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ addopts = [
filterwarnings =[
"error",
"ignore::UserWarning:arviz.data.inference_data",
'ignore:.*(\b(pkg_resources\.declare_namespace|np\.bool8|np\.find_common_type|cumproduct)\b).*:DeprecationWarning',
'ignore:.*(\b(pkg_resources\.declare_namespace|np\.bool8|np\.find_common_type|cumproduct|product)\b).*:DeprecationWarning',
]

[tool.black]
Expand Down

0 comments on commit 577591d

Please sign in to comment.