From: Éric Araujo Date: Sun, 21 Aug 2011 15:38:56 +0000 (+0200) Subject: Fix test_command_install_dist in shared Python builds X-Git-Tag: v3.3.0a1~1647 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ad457d6d50c10ecc5094a22cc1113040cb782b52;p=thirdparty%2FPython%2Fcpython.git Fix test_command_install_dist in shared Python builds --- diff --git a/Lib/packaging/tests/test_command_install_dist.py b/Lib/packaging/tests/test_command_install_dist.py index ea7c3d356288..d27e597436f2 100644 --- a/Lib/packaging/tests/test_command_install_dist.py +++ b/Lib/packaging/tests/test_command_install_dist.py @@ -204,6 +204,7 @@ class InstallTestCase(support.TempdirManager, 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