Kaydet (Commit) 51460cc4 authored tarafından Brett Cannon's avatar Brett Cannon

Issue #17244: Windows doesn't let you set permissions on directories.

üst 208ac5cf
......@@ -55,6 +55,8 @@ class PyCompileTests(unittest.TestCase):
self.assertTrue(os.path.exists(self.pyc_path))
self.assertFalse(os.path.exists(self.cache_path))
@unittest.skipIf(os.name == 'nt',
'cannot control directory permissions on Windows')
def test_exceptions_propagate(self):
# Make sure that exceptions raised thanks to issues with writing
# bytecode.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment