Skip to content

Commit

Permalink
Attempt to fix errors in mypy for PyPy (test of hypothesis)
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Apr 22, 2024
1 parent 98523ac commit c144690
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ filterwarnings=
# Ensure ResourceWarnings are emitted
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

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

Expand Down

0 comments on commit c144690

Please sign in to comment.