From 82e89a94c6ec4c6303331710e3be7ad0131b4a3b Mon Sep 17 00:00:00 2001 From: Omry Yadan Date: Mon, 22 Jul 2019 19:24:34 -0700 Subject: [PATCH] news --- news/2195.bugfix | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 news/2195.bugfix diff --git a/news/2195.bugfix b/news/2195.bugfix new file mode 100644 index 000000000..9016516db --- /dev/null +++ b/news/2195.bugfix @@ -0,0 +1,4 @@ +pip install . is very slow in the presence of large directories in the source tree. +Typical cases are source control directories (.git, .svn etc) and test automation directries (.tox, .nox). +This diff excludes the common culprits from the copy to a temporary directory, speeding up pip install . +significantly in such cases. -- GitLab