Skip to content

Commit

Permalink
Suppress syntax warning caused by rure in pytest (#887)
Browse files Browse the repository at this point in the history
Pytest was erroring because of this
  • Loading branch information
chdsbd authored Apr 25, 2024
1 parent 4e8e180 commit 90499cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bot/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ filterwarnings = [
# an alternative at the moment.
# https://github.com/pytest-dev/pytest/issues/3974
"ignore::pytest.PytestDeprecationWarning",
"ignore:SyntaxWarnings",
]
addopts = "--pdbcls IPython.terminal.debugger:TerminalPdb"
env = [
Expand Down

0 comments on commit 90499cc

Please sign in to comment.