Skip to content

Commit 22ca7e5

Browse files
committed
Update comment in pytest.ini
1 parent b341011 commit 22ca7e5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pytest.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ filterwarnings=
1313
# Workarounds for pypa/setuptools#3810
1414
# Can't use EncodingWarning as it doesn't exist on Python 3.9.
1515
# These warnings only appear on Python 3.10+
16+
1617
## upstream
1718

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

31-
# TODO: Set encoding when openning tmpdir files with pytest's LocalPath.open
32+
# TODO: Set encoding when openning/writing tmpdir files with pytest's LocalPath.open
33+
# see pypa/setuptools#4326
3234
ignore:'encoding' argument not specified::_pytest
3335

3436
# Already fixed in pypa/distutils, but present in stdlib

0 commit comments

Comments
 (0)