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 78980f7 commit 00cb444Copy full SHA for 00cb444
1 file changed
Lib/test/test_tempfile.py
@@ -1617,7 +1617,8 @@ def test_link_tmpfile(self):
1617
follow_symlinks=True)
1618
except PermissionError as exc:
1619
# gh-136156: link() fails with PermissionError on Android
1620
- self.skipTest(str(exc))
+ self.skipTest(f"os.link: {exc!r}")
1621
+
1622
with open(filename) as fp:
1623
self.assertEqual(fp.read(), "hello")
1624
0 commit comments