Skip to content

Commit

Permalink
Merge branch 'fix-deprecation-warning' into steved-switch-to-github-a…
Browse files Browse the repository at this point in the history
…ctions
  • Loading branch information
chdsbd committed Apr 25, 2024
2 parents 2db98c3 + c2f6f74 commit 2a4bfdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ filterwarnings = [
# an alternative at the moment.
# https://github.com/pytest-dev/pytest/issues/3974
"ignore::pytest.PytestDeprecationWarning",
"ignore:SyntaxWarnings",
'ignore:invalid escape sequence:DeprecationWarning',
]
addopts = "--pdbcls IPython.terminal.debugger:TerminalPdb"
env = [
Expand Down

0 comments on commit 2a4bfdc

Please sign in to comment.