[Python-checkins] cpython: Fix test_command_install_dist in shared Python builds

eric.araujo python-checkins at python.org
Sun Aug 21 17:40:32 CEST 2011


http://hg.python.org/cpython/rev/f86d52b8ed3d
changeset:   72025:f86d52b8ed3d
user:        Éric Araujo <merwok at netwok.org>
date:        Sun Aug 21 17:38:56 2011 +0200
summary:
  Fix test_command_install_dist in shared Python builds

files:
  Lib/packaging/tests/test_command_install_dist.py |  1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/Lib/packaging/tests/test_command_install_dist.py b/Lib/packaging/tests/test_command_install_dist.py
--- a/Lib/packaging/tests/test_command_install_dist.py
+++ b/Lib/packaging/tests/test_command_install_dist.py
@@ -204,6 +204,7 @@
             Extension('xx', ['xxmodule.c'])])
         os.chdir(project_dir)
         support.copy_xxmodule_c(project_dir)
+        support.fixup_build_ext(dist.get_command_obj('build_ext'))
 
         cmd = install_dist(dist)
         dist.command_obj['install_dist'] = cmd

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list