Skip to content

Commit

Permalink
Fix setup info
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Ryan <dan@danryan.co>
  • Loading branch information
techalchemy committed Nov 19, 2018
1 parent 5a49196 commit 9b8b07b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pipenv/vendor/requirementslib/models/setup_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,7 @@ def run_setup(self):
except NameError:
python = os.environ.get('PIP_PYTHON_PATH', sys.executable)
out, _ = run([python, "setup.py"] + args, cwd=target_cwd, block=True,
combine_stderr=False, return_object=False, nospin=True,
write_to_stdout=False)
combine_stderr=False, return_object=False, nospin=True)
finally:
_setup_stop_after = None
sys.argv = save_argv
Expand Down

0 comments on commit 9b8b07b

Please sign in to comment.