Skip to content

Commit

Permalink
Ignore conda-index warnings (#5373)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenodegard authored Jun 17, 2024
1 parent 7328626 commit 07d81a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ filterwarnings = [
"error::DeprecationWarning:conda_build",
# ignore numpy.distutils error
'ignore:\s+`numpy.distutils` is deprecated:DeprecationWarning:conda_build._load_setup_py_data',
# ignore conda-index error
"ignore::PendingDeprecationWarning:conda_index",
"ignore::DeprecationWarning:conda_index",
]
markers = [
"serial: execute test serially (to avoid race conditions)",
Expand Down

0 comments on commit 07d81a6

Please sign in to comment.