From 9cacbdb46025d49fed4633bb13fcecbc5d6dcfc6 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 8 Sep 2017 21:43:00 -0400 Subject: [PATCH] not sure what this was about Signed-off-by: Kenneth Reitz --- pipenv/cli.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pipenv/cli.py b/pipenv/cli.py index 07f0c5a0..f23645cb 100644 --- a/pipenv/cli.py +++ b/pipenv/cli.py @@ -920,7 +920,6 @@ def install(package_name=False, more_packages=False, dev=False, three=False, pyt click.echo(crayons.blue(format_pip_output(c.out))) - # TODO: This # Ensure that package was successfully installed. try: assert c.return_code == 0