Skip to content

Commit 08f156f

Browse files
committed
Updated test_dll_dependency_import with expectedFailure
1 parent 6a06f94 commit 08f156f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_import/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -791,6 +791,7 @@ def run():
791791
finally:
792792
del sys.path[0]
793793

794+
@unittest.expectedFailure # TODO: RUSTPYTHON; FileNotFoundError: [WinError 2] No such file or directory: 'built-in'
794795
@unittest.skipUnless(sys.platform == "win32", "Windows-specific")
795796
def test_dll_dependency_import(self):
796797
from _winapi import GetModuleFileName

0 commit comments

Comments
 (0)