Skip to content

Commit

Permalink
Ignore two pendingdeprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
zklaus committed Jul 30, 2024
1 parent 02bed68 commit 739c60a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ filterwarnings = [
"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.core.index._supplement_index_with_system is pending deprecation:PendingDeprecationWarning:conda",
"ignore:conda.core.index._make_virtual_package is pending deprecation:PendingDeprecationWarning:conda",
]
markers = [
"serial: execute test serially (to avoid race conditions)",
Expand Down

0 comments on commit 739c60a

Please sign in to comment.