Skip to content

Commit

Permalink
Don't ignore tarfile deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kenodegard committed Jun 25, 2024
1 parent 33bc8e6 commit b4e4360
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ filterwarnings = [
# ignore conda-index error
"ignore::PendingDeprecationWarning:conda_index",
"ignore::DeprecationWarning:conda_index",
"ignore:Python 3.14 will, by default, filter extracted tar archives and reject files or modify their metadata:DeprecationWarning",
]
markers = [
"serial: execute test serially (to avoid race conditions)",
Expand Down

0 comments on commit b4e4360

Please sign in to comment.