Skip to content

Commit 5d5130c

Browse files
committed
revert debug filter
1 parent 43c37ee commit 5d5130c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,6 @@ filterwarnings = [
250250
"ignore::Warning", # Ignore all Warning
251251
"default::FutureWarning", # Show FutureWarnings
252252
"default::DeprecationWarning", # Show DeprecationWarnings
253-
"error:dict interface:DeprecationWarning", # mark spglib deprecation as error
254253
# TODO: pybtex (perhaps some others) emits the following warnings
255254
'ignore:pkg_resources is deprecated as an API:DeprecationWarning',
256255
'ignore:distutils Version classes are deprecated:DeprecationWarning',

0 commit comments

Comments
 (0)