diff --git a/pytest.ini b/pytest.ini index 7b01f2ee53ef..b8c252744de0 100644 --- a/pytest.ini +++ b/pytest.ini @@ -52,6 +52,8 @@ filterwarnings = once::pytest.PytestAssertRewriteWarning:_pytest.assertion.rewrite once:assertion is always true, perhaps remove parentheses\?::_pytest.assertion.rewrite once:::_pytest.assertion.rewrite + once:assertion is always true, perhaps remove parentheses.:: + once::SyntaxWarning: # FIXME: Figure this out, fix and then delete the entry. It's not entirely # FIXME: clear what emits it and where.