From 614a0a4f688f76fcb7f31481a5f689086d2174c7 Mon Sep 17 00:00:00 2001 From: Anderson Bravalheri Date: Wed, 24 Apr 2024 16:34:19 +0100 Subject: [PATCH] Attempt to solve the problem in PyPy --- pytest.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pytest.ini b/pytest.ini index 4bebae0fd9..8ab6d5ebf1 100644 --- a/pytest.ini +++ b/pytest.ini @@ -19,10 +19,10 @@ filterwarnings= default::ResourceWarning # python/mypy#17057 - ignore:'encoding' argument not specified::mypy.config_parser - ignore:'encoding' argument not specified::mypy.build - ignore:'encoding' argument not specified::mypy.modulefinder - ignore:'encoding' argument not specified::mypy.metastore + ignore:'encoding' argument not specified::mypy + ignore:'encoding' argument not specified::configparser + # ^-- ConfigParser is called by mypy, + # but ignoring the warning in `mypy` is not enough on PyPy # realpython/pytest-mypy#152 ignore:'encoding' argument not specified::pytest_mypy