summaryrefslogtreecommitdiff
path: root/setuptools/command/install.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-03-07 16:50:43 -0500
committerJason R. Coombs <jaraco@jaraco.com>2020-03-07 16:50:43 -0500
commit278e027348f52fc0dfc7ac6046fd169632922bb1 (patch)
treeab7a3b10c25421a3a040b0fa2c163e4fa380767f /setuptools/command/install.py
parentc5958f26680b8bfad10d0ec03a613725c9a4c580 (diff)
parent25edd1951d8d44c34578c926f5c20ed3d452587b (diff)
downloadpython-setuptools-git-278e027348f52fc0dfc7ac6046fd169632922bb1.tar.gz
Merge branch 'master' into patch-1
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