Skip to content

Commit

Permalink
Attempt to solve the problem in PyPy
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Apr 24, 2024
1 parent c144690 commit 614a0a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pytest.ini
Expand Up @@ -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
Expand Down

0 comments on commit 614a0a4

Please sign in to comment.