Skip to content

Commit cf52515

Browse files
committed
Remove dead code from _get_platforms
Since manylinux* is only possible if provided by the user directly.
1 parent 92b079a commit cf52515

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/pip/_internal/pep425tags.py

-2
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,6 @@ def _get_platforms():
320320
arch_prefix, arch_sep, arch_suffix = arch.partition('_')
321321
if arch.startswith('macosx'):
322322
arches = _mac_platforms(arch)
323-
elif arch_prefix in ['manylinux2014', 'manylinux2010']:
324-
arches = _custom_manylinux_platforms(arch)
325323
else:
326324
arches = []
327325
if is_manylinux2014_compatible():

0 commit comments

Comments
 (0)