We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f9e31d commit 8bcb629Copy full SHA for 8bcb629
tests/cc/current_py_cc_headers/abi3_headers_linkage_test.py
@@ -12,11 +12,6 @@ class CheckLinkageTest(unittest.TestCase):
12
@unittest.skipUnless(sys.platform.startswith("win"), "requires windows")
13
def test_linkage_windows(self):
14
rf = runfiles.Create()
15
- p1 = rf.Rlocation("rules_python/tests/cc/current_py_cc_headers/bin_abi3.dll")
16
- print("=== p1:", os.path.exists(p1), p1)
17
- p2 = rf.Rlocation("tests/cc/current_py_cc_headers/bin_abi3.dll")
18
- print("=== p2:", os.path.exists(p2), p2)
19
-
20
dll_path = rf.Rlocation("rules_python/tests/cc/current_py_cc_headers/bin_abi3.dll")
21
pe = pefile.PE(dll_path)
22
if not hasattr(pe, "DIRECTORY_ENTRY_IMPORT"):
0 commit comments