We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b341011 commit 22ca7e5Copy full SHA for 22ca7e5
pytest.ini
@@ -13,6 +13,7 @@ filterwarnings=
13
# Workarounds for pypa/setuptools#3810
14
# Can't use EncodingWarning as it doesn't exist on Python 3.9.
15
# These warnings only appear on Python 3.10+
16
+
17
## upstream
18
19
# Ensure ResourceWarnings are emitted
@@ -28,7 +29,8 @@ filterwarnings=
28
29
# realpython/pytest-mypy#152
30
ignore:'encoding' argument not specified::pytest_mypy
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
34
ignore:'encoding' argument not specified::_pytest
35
36
# Already fixed in pypa/distutils, but present in stdlib
0 commit comments