Skip to content

Commit 919e393

Browse files
committed
Attempt to fix errors in mypy for PyPy (test of hypothesis)
1 parent 969f00b commit 919e393

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pytest.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ filterwarnings=
1818
# Ensure ResourceWarnings are emitted
1919
default::ResourceWarning
2020

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
26+
2127
# realpython/pytest-mypy#152
2228
ignore:'encoding' argument not specified::pytest_mypy
2329

0 commit comments

Comments
 (0)