-
Notifications
You must be signed in to change notification settings - Fork 95
Closed
Description
When running the distutils test suite, I see the following warnings:
distutils/tests/test_dist.py::TestDistributionBehavior::test_find_config_files_permission_error
/Users/jaraco/code/pypa/distutils/.tox/py/lib/python3.12/site-packages/pyfakefs/fake_file.py:266: EncodingWarning: UTF-8 Mode affects locale.getpreferredencoding(). Consider locale.getencoding() instead.
self.encoding or locale.getpreferredencoding(False),
distutils/tests/test_dist.py::TestDistributionBehavior::test_find_config_files_permission_error
/Users/jaraco/code/pypa/distutils/.tox/py/lib/python3.12/site-packages/pyfakefs/fake_file.py:748: EncodingWarning: UTF-8 Mode affects locale.getpreferredencoding(). Consider locale.getencoding() instead.
self._encoding = encoding or locale.getpreferredencoding(False)
distutils/tests/test_dist.py::TestDistributionBehavior::test_find_config_files_permission_error
/Users/jaraco/code/pypa/distutils/.tox/py/lib/python3.12/site-packages/pyfakefs/helpers.py:409: EncodingWarning: 'encoding' argument not specified
super().__init__(self._bytestream, encoding, errors, newline)
Metadata
Metadata
Assignees
Labels
No labels