Skip to content

Commit 4ca4ad3

Browse files
committed
nt full revision
1 parent 7b293a3 commit 4ca4ad3

File tree

2 files changed

+389
-117
lines changed

2 files changed

+389
-117
lines changed

Lib/test/test_os.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3130,7 +3130,6 @@ def tearDown(self):
31303130
if os.path.lexists(self.junction):
31313131
os.unlink(self.junction)
31323132

3133-
@unittest.expectedFailureIfWindows("TODO: RUSTPYTHON; (AttributeError: module '_winapi' has no attribute 'CreateJunction')")
31343133
def test_create_junction(self):
31353134
_winapi.CreateJunction(self.junction_target, self.junction)
31363135
self.assertTrue(os.path.lexists(self.junction))

0 commit comments

Comments
 (0)