not sure what this was about

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-08 21:43:00 -04:00
parent d1a8d758a8
commit 9cacbdb460
-1
View File
@@ -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