summaryrefslogtreecommitdiff
path: root/exts/pip.find_deps
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2014-12-02 17:41:23 +0000
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2014-12-02 17:41:23 +0000
commite717d965f66017b87aa38332dfe6044f76b3dc4b (patch)
treec00f2675ead327c9214109b66b7ab03e6e76af2d /exts/pip.find_deps
parent955d431210f53f498b340f5b8581f99b7c546ad4 (diff)
downloadimport-e717d965f66017b87aa38332dfe6044f76b3dc4b.tar.gz
Put stderr on stdout when we run egg_info
Diffstat (limited to 'exts/pip.find_deps')
-rwxr-xr-xexts/pip.find_deps4
1 files changed, 3 insertions, 1 deletions
diff --git a/exts/pip.find_deps b/exts/pip.find_deps
index b59a1fc..26f31b2 100755
--- a/exts/pip.find_deps
+++ b/exts/pip.find_deps
@@ -205,7 +205,9 @@ def find_build_deps(source, name, version=None):
logging.debug('Running egg_info command')
p = subprocess.Popen(['python', 'setup.py', 'egg_info'], cwd=source,
- stdout=subprocess.PIPE)
+ stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
+
+ # TODO: log output of egg_info command?
if p.wait() != 0:
# Something went wrong, but in most cases we can probably still