Skip to content

Commit

Permalink
Update comment in pytest.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Apr 25, 2024
1 parent 9ef45ea commit cfeea70
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ filterwarnings=
# Workarounds for pypa/setuptools#3810
# Can't use EncodingWarning as it doesn't exist on Python 3.9.
# These warnings only appear on Python 3.10+

## upstream

# Ensure ResourceWarnings are emitted
Expand All @@ -28,7 +29,8 @@ filterwarnings=
# realpython/pytest-mypy#152
ignore:'encoding' argument not specified::pytest_mypy

# TODO: Set encoding when openning tmpdir files with pytest's LocalPath.open
# TODO: Set encoding when openning/writing tmpdir files with pytest's LocalPath.open
# see pypa/setuptools#4326
ignore:'encoding' argument not specified::_pytest

# Already fixed in pypa/distutils, but present in stdlib
Expand Down

0 comments on commit cfeea70

Please sign in to comment.