Skip to content

Commit

Permalink
ignore tarfile deprecation warnings in sncosmo
Browse files Browse the repository at this point in the history
  • Loading branch information
jvansanten committed Dec 13, 2024
1 parent 4da3896 commit 01bdc3b
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 @@ -156,6 +156,7 @@ filterwarnings = [
"ignore:Deprecated call to `pkg_resources.declare_namespace\\('ligo'\\):DeprecationWarning",
"ignore:pkg_resources is deprecated:DeprecationWarning",
"ignore:(?s).*Pyarrow will become a required dependency of pandas:DeprecationWarning",
"ignore:Python 3.14 will, by default, filter extracted tar archives and reject files or modify their metadata.:DeprecationWarning:sncosmo",
]

[tool.black]
Expand Down

0 comments on commit 01bdc3b

Please sign in to comment.