From c2f6f74ae04bb19558f79949ff43e6a29b81727a Mon Sep 17 00:00:00 2001 From: Christopher Dignam Date: Thu, 25 Apr 2024 09:15:13 -0400 Subject: [PATCH] fix deprecation warning --- bot/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/pyproject.toml b/bot/pyproject.toml index 97af0f329..c3c37449c 100644 --- a/bot/pyproject.toml +++ b/bot/pyproject.toml @@ -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 = [