Skip to content

Commit e0735a4

Browse files
committed
.abi3 should no longer conflict
GH-122931 merged
1 parent e3ff3e5 commit e0735a4

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

Tools/coinstall-check/compare.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,6 @@ def is_ignored(pathname: str, build_details: dict[str, Any]) -> bool:
9999
# not architectures.
100100
return True
101101

102-
in_site_packages = path.parent.name == "site-packages"
103-
if in_site_packages and path.name.endswith((".abi3.so", ".abi3t.so")):
104-
# abi3 and abi3t are not current co-installable (#122931)
105-
return True
106-
107102
return False
108103

109104

0 commit comments

Comments
 (0)