diff options
author | Éric Araujo <merwok@netwok.org> | 2011-08-21 15:38:56 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-08-21 15:38:56 (GMT) |
commit | ad457d6d50c10ecc5094a22cc1113040cb782b52 (patch) | |
tree | 3d93e061030e755506da5270862cc3c4cf5f803d /Lib/packaging/tests | |
parent | 2737222b49217f149b802a683376e4703f92382d (diff) | |
download | cpython-ad457d6d50c10ecc5094a22cc1113040cb782b52.zip cpython-ad457d6d50c10ecc5094a22cc1113040cb782b52.tar.gz cpython-ad457d6d50c10ecc5094a22cc1113040cb782b52.tar.bz2 |
Fix test_command_install_dist in shared Python builds
Diffstat (limited to 'Lib/packaging/tests')
-rw-r--r-- | 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 index ea7c3d3..d27e597 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 |