Skip to content

Commit

Permalink
Adjust filterwarnings to specifically target CPS
Browse files Browse the repository at this point in the history
  • Loading branch information
kenodegard committed Jun 25, 2024
1 parent 33bc8e6 commit a3ba98f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ 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",
# ignore conda-package-streaming error
"ignore:Python 3.14 will, by default, filter extracted tar archives:DeprecationWarning:conda_package_streaming",
]
markers = [
"serial: execute test serially (to avoid race conditions)",
Expand Down

0 comments on commit a3ba98f

Please sign in to comment.