We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 919e393 commit 57ea91bCopy full SHA for 57ea91b
pytest.ini
@@ -19,10 +19,10 @@ filterwarnings=
19
default::ResourceWarning
20
21
# 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
+ 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
26
27
# realpython/pytest-mypy#152
28
ignore:'encoding' argument not specified::pytest_mypy
0 commit comments