We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a06f94 commit 08f156fCopy full SHA for 08f156f
Lib/test/test_import/__init__.py
@@ -791,6 +791,7 @@ def run():
791
finally:
792
del sys.path[0]
793
794
+ @unittest.expectedFailure # TODO: RUSTPYTHON; FileNotFoundError: [WinError 2] No such file or directory: 'built-in'
795
@unittest.skipUnless(sys.platform == "win32", "Windows-specific")
796
def test_dll_dependency_import(self):
797
from _winapi import GetModuleFileName
0 commit comments