From 90499ccc1a91558e9d83ff8f893870b5ffae5ef8 Mon Sep 17 00:00:00 2001 From: Christopher Dignam Date: Thu, 25 Apr 2024 07:49:45 +0500 Subject: [PATCH] Suppress syntax warning caused by rure in pytest (#887) Pytest was erroring because of this --- bot/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/bot/pyproject.toml b/bot/pyproject.toml index 204cee0d9..97af0f329 100644 --- a/bot/pyproject.toml +++ b/bot/pyproject.toml @@ -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 = [