Skip to content

Commit 35ac604

Browse files
committed
test
1 parent 1ec25de commit 35ac604

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pytest.ini

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ filterwarnings=
1717
# Workarounds for pypa/setuptools#3810
1818
# Can't use EncodingWarning as it doesn't exist on Python 3.9
1919
default:'encoding' argument not specified
20+
ignore:'encoding' argument not specified::setuptools.tests.environment
2021

2122
# realpython/pytest-mypy#152
2223
ignore:'encoding' argument not specified::pytest_mypy
2324

2425
# pypa/pip#12070
2526
ignore:'encoding' argument not specified::pip
2627

27-
# pytest-dev/pytest # TODO: Raise issue upstream
28-
ignore:'encoding' argument not specified::_pytest
29-
28+
# TODO: This ignore don't work, why?
3029
# pypa/distutils # TODO: Raise issue upstream
3130
ignore:'encoding' argument not specified::setuptools._distutils
31+
ignore:'encoding' argument not specified::setuptools._distutils.dist
3232

3333
## end upstream
3434

0 commit comments

Comments
 (0)