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 c81fa2b commit 43c28e2Copy full SHA for 43c28e2
Lib/test/test_zipfile/test_core.py
@@ -3631,6 +3631,7 @@ def test_cli_with_metadata_encoding(self):
3631
for name in self.file_names:
3632
self.assertIn(name, listing)
3633
3634
+ @unittest.skipIf(locale.getpreferredencoding().lower() != 'utf-8', 'test requires utf-8')
3635
def test_cli_with_metadata_encoding_extract(self):
3636
os.mkdir(TESTFN2)
3637
self.addCleanup(rmtree, TESTFN2)
0 commit comments