mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
@@ -1127,6 +1127,10 @@ def pip_install(
|
||||
no_deps=True, verbose=False, block=True
|
||||
):
|
||||
|
||||
# Block is always true on windows, for there be bugs.
|
||||
if os.name == 'nt':
|
||||
block=True
|
||||
|
||||
# Create files for hash mode.
|
||||
if (not ignore_hashes) and (r is None):
|
||||
r = tempfile.mkstemp(prefix='pipenv-', suffix='-requirement.txt')[1]
|
||||
|
||||
Reference in New Issue
Block a user