Skip to content

Commit 8de85bb

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

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
@@ -324,8 +324,6 @@ def _get_platforms():
324324
arch_prefix, arch_sep, arch_suffix = arch.partition('_')
325325
if arch.startswith('macosx'):
326326
arches = _mac_platforms(arch)
327-
elif arch_prefix in ['manylinux2014', 'manylinux2010']:
328-
arches = _custom_manylinux_platforms(arch)
329327
else:
330328
arches = []
331329
if is_manylinux2014_compatible():

0 commit comments

Comments
 (0)