Skip to content

Commit 8bcb629

Browse files
committed
ci happy, cleanup after
1 parent 5f9e31d commit 8bcb629

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/cc/current_py_cc_headers/abi3_headers_linkage_test.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ class CheckLinkageTest(unittest.TestCase):
1212
@unittest.skipUnless(sys.platform.startswith("win"), "requires windows")
1313
def test_linkage_windows(self):
1414
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-
2015
dll_path = rf.Rlocation("rules_python/tests/cc/current_py_cc_headers/bin_abi3.dll")
2116
pe = pefile.PE(dll_path)
2217
if not hasattr(pe, "DIRECTORY_ENTRY_IMPORT"):

0 commit comments

Comments
 (0)