Skip to content

Commit 57ea91b

Browse files
committed
Attempt to solve the problem in PyPy
1 parent 919e393 commit 57ea91b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pytest.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ filterwarnings=
1919
default::ResourceWarning
2020

2121
# python/mypy#17057
22-
ignore:'encoding' argument not specified::mypy.config_parser
23-
ignore:'encoding' argument not specified::mypy.build
24-
ignore:'encoding' argument not specified::mypy.modulefinder
25-
ignore:'encoding' argument not specified::mypy.metastore
22+
ignore:'encoding' argument not specified::mypy
23+
ignore:'encoding' argument not specified::configparser
24+
# ^-- ConfigParser is called by mypy,
25+
# but ignoring the warning in `mypy` is not enough on PyPy
2626

2727
# realpython/pytest-mypy#152
2828
ignore:'encoding' argument not specified::pytest_mypy

0 commit comments

Comments
 (0)