We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2646e3 commit 9056597Copy full SHA for 9056597
Lib/test/test_pathlib/test_pathlib.py
@@ -654,6 +654,7 @@ def test_open_unbuffered(self):
654
self.assertEqual(f.read().strip(), b"this is file A")
655
656
@unittest.skipIf(sys.platform == "win32" or sys.platform == "wasi", "directories are always readable on Windows and WASI")
657
+ @unittest.skipIf(root_in_posix, "test fails with root privilege")
658
def test_copytree_no_read_permission(self):
659
base = self.cls(self.base)
660
source = base / 'dirE'
0 commit comments