We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43c37ee commit 5d5130cCopy full SHA for 5d5130c
pyproject.toml
@@ -250,7 +250,6 @@ filterwarnings = [
250
"ignore::Warning", # Ignore all Warning
251
"default::FutureWarning", # Show FutureWarnings
252
"default::DeprecationWarning", # Show DeprecationWarnings
253
- "error:dict interface:DeprecationWarning", # mark spglib deprecation as error
254
# TODO: pybtex (perhaps some others) emits the following warnings
255
'ignore:pkg_resources is deprecated as an API:DeprecationWarning',
256
'ignore:distutils Version classes are deprecated:DeprecationWarning',
0 commit comments