1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

can't log deprecation for --build, since it's set always

This commit is contained in:
Marcus Smith 2014-02-20 22:22:25 -08:00
parent 8c6a6a01df
commit a3f6ec7b5f

View file

@ -190,7 +190,6 @@ class InstallCommand(Command):
if (
options.no_install or
options.no_download or
options.build_dir or
options.no_clean
):
logger.deprecated('1.7', 'DEPRECATION: --no-install, --no-download, --build, '