Skip to content

Commit

Permalink
pyproject(pytest[filterwarnings]) Ignore invalid escape syntax
Browse files Browse the repository at this point in the history
.venv/lib/python3.13/site-packages/aafigure/aafigure.py:795
  /home/t/work/python/tmuxp/.venv/lib/python3.13/site-packages/aafigure/aafigure.py:795: SyntaxWarning: invalid escape sequence '\-'
    """\

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
  • Loading branch information
tony committed Feb 18, 2025
1 parent bbe2764 commit 39fe784
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -239,4 +239,5 @@ testpaths = [
]
filterwarnings = [
"ignore:The frontend.Option(Parser)? class.*:DeprecationWarning::",
"ignore:invalid escape sequence:SyntaxWarning::",
]

0 comments on commit 39fe784

Please sign in to comment.