We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b293a3 commit 4ca4ad3Copy full SHA for 4ca4ad3
Lib/test/test_os.py
@@ -3130,7 +3130,6 @@ def tearDown(self):
3130
if os.path.lexists(self.junction):
3131
os.unlink(self.junction)
3132
3133
- @unittest.expectedFailureIfWindows("TODO: RUSTPYTHON; (AttributeError: module '_winapi' has no attribute 'CreateJunction')")
3134
def test_create_junction(self):
3135
_winapi.CreateJunction(self.junction_target, self.junction)
3136
self.assertTrue(os.path.lexists(self.junction))
0 commit comments