Skip to content

Commit

Permalink
broader ignore of second derivatives
Browse files Browse the repository at this point in the history
  • Loading branch information
PicoCentauri committed Jul 25, 2024
1 parent 97d123c commit 1e4d9ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,5 @@ filterwarnings = [
"ignore:ast.Str is deprecated and will be removed in Python 3.14:DeprecationWarning",
"ignore:Attribute s is deprecated and will be removed in Python 3.14:DeprecationWarning",
"ignore:ast.NameConstant is deprecated and will be removed in Python 3.14:DeprecationWarning",
"ignore:second derivatives with respect to positions are not implemented and will not*:UserWarning",
"ignore:second derivatives with respect to*:UserWarning",
]
1 change: 0 additions & 1 deletion tests/utils/test_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ def assert_log_entry(logtext: str, loglevel: str, message: str) -> None:
raise AssertionError(f"{message!r} and {loglevel!r} not found in {logtext!r}")


@pytest.mark.filterwarnings("ignore:A warning")
def test_warnings_in_log():
"""Test that warnings are forwarded to the logger.
Expand Down

0 comments on commit 1e4d9ae

Please sign in to comment.