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 7eeb80b commit 81361cdCopy full SHA for 81361cd
1 file changed
Lib/test/test_shutil.py
@@ -1128,7 +1128,7 @@ def test_unzip_zipfile(self):
1128
except subprocess.CalledProcessError as exc:
1129
details = exc.output.decode(errors="replace")
1130
if 'unrecognized option: t' in details:
1131
- self.skip("unzip doesn't support -t")
+ self.skipTest("unzip doesn't support -t")
1132
msg = "{}\n\n**Unzip Output**\n{}"
1133
self.fail(msg.format(exc, details))
1134
0 commit comments