Skip to content

Commit

Permalink
Ignore spglib deprecationwarning
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Jul 24, 2024
1 parent 29509e2 commit ca18876
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 @@ -22,6 +22,9 @@ filterwarnings = [
'ignore:The `Code` class:aiida.common.warnings.AiidaDeprecationWarning:',
'ignore:crystal system:UserWarning:ase.io.cif',
'ignore::DeprecationWarning:ase.atoms',
# This popped up in spglib 2.5. Since we still try to support spglib v1,
# it's not clear if we can get rid of it.
"ignore:dict interface*is deprecated.Use attribute interface*:DeprecationWarning:spglib",
# TODO: This comes from a transitive dependency of ipyoptimade
# Remove this when this issue is addressed:
# https://github.com/CasperWA/ipywidgets-extended/issues/85
Expand Down

0 comments on commit ca18876

Please sign in to comment.