From cfeea705b4bc924b664ed9aa566e6501e7776931 Mon Sep 17 00:00:00 2001 From: Anderson Bravalheri Date: Thu, 25 Apr 2024 12:29:09 +0100 Subject: [PATCH] Update comment in pytest.ini --- pytest.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 87e3d9aae37..0c9651d96f9 100644 --- a/pytest.ini +++ b/pytest.ini @@ -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 @@ -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