We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3559ff9 commit b717df7Copy full SHA for b717df7
src/pip/_internal/req/__init__.py
@@ -65,7 +65,7 @@ def install_given_reqs(
65
66
install_args = [install_options, global_options, args, kwargs]
67
68
- if Pool is not None:
+ if Pool is not None and False:
69
# first let's try to install in parallel, if we fail we do it by order.
70
pool = Pool()
71
try:
0 commit comments