Commit 35ac604 1 parent 1ec25de commit 35ac604 Copy full SHA for 35ac604
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,18 +17,18 @@ filterwarnings=
17
17
# Workarounds for pypa/setuptools#3810
18
18
# Can't use EncodingWarning as it doesn't exist on Python 3.9
19
19
default:' encoding' argument not specified
20
+ ignore:' encoding' argument not specified::setuptools.tests.environment
20
21
21
22
# realpython/pytest-mypy#152
22
23
ignore:' encoding' argument not specified::pytest_mypy
23
24
24
25
# pypa/pip#12070
25
26
ignore:' encoding' argument not specified::pip
26
27
27
- # pytest-dev/pytest # TODO: Raise issue upstream
28
- ignore:' encoding' argument not specified::_pytest
29
-
28
+ # TODO: This ignore don't work, why?
30
29
# pypa/distutils # TODO: Raise issue upstream
31
30
ignore:' encoding' argument not specified::setuptools._distutils
31
+ ignore:' encoding' argument not specified::setuptools._distutils.dist
32
32
33
33
# # end upstream
34
34
You can’t perform that action at this time.
0 commit comments