summaryrefslogtreecommitdiff
path: root/setuptools/command/install.py
diff options
context:
space:
mode:
authorBenoit Pierre <benoit.pierre@gmail.com>2019-11-14 22:01:09 +0100
committerBenoit Pierre <benoit.pierre@gmail.com>2019-11-15 20:06:07 +0100
commitb8101f06532b1deab448e6e23d0a61eb125c62df (patch)
tree071eacc6862d4f5e24cfac7baef53cc267399332 /setuptools/command/install.py
parent6e1838a9fb5feb000ba9b6a3c37c8b39d7e872b3 (diff)
downloadpython-setuptools-git-b8101f06532b1deab448e6e23d0a61eb125c62df.tar.gz
deprecate easy_install command
Diffstat (limited to 'setuptools/command/install.py')
-rw-r--r--setuptools/command/install.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/install.py b/setuptools/command/install.py
index 31a5ddb5..72b9a3e4 100644
--- a/setuptools/command/install.py
+++ b/setuptools/command/install.py
@@ -114,7 +114,7 @@ class install(orig.install):
args.insert(0, setuptools.bootstrap_install_from)
cmd.args = args
- cmd.run()
+ cmd.run(show_deprecation=False)
setuptools.bootstrap_install_from = None