Skip to content

Commit b717df7

Browse files
author
bmartinn
committed
temp disable
1 parent 3559ff9 commit b717df7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pip/_internal/req/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def install_given_reqs(
6565

6666
install_args = [install_options, global_options, args, kwargs]
6767

68-
if Pool is not None:
68+
if Pool is not None and False:
6969
# first let's try to install in parallel, if we fail we do it by order.
7070
pool = Pool()
7171
try:

0 commit comments

Comments
 (0)