Skip to content

Commit 483fbed

Browse files
committed
Try to still catch ase-koopmans deprecation warnings
1 parent c2fd750 commit 483fbed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ filterwarnings = [
107107
'ignore:The computed screening parameter is greater than 1. Proceed with caution.:UserWarning',
108108
'ignore:Predicting screening parameters with machine-learning is an experimental feature; proceed with caution:UserWarning',
109109
'error::DeprecationWarning:koopmans',
110-
'error::DeprecationWarning:ase-koopmans',
110+
'error::DeprecationWarning:ase_koopmans',
111111
]
112112
addopts = "--show-capture=no --capture=sys --strict-markers --tb=short -rfEs --basetemp=tests/tmp"
113113
markers = [

0 commit comments

Comments
 (0)