Commit ad457d6d authored by Éric Araujo's avatar Éric Araujo

Fix test_command_install_dist in shared Python builds

parent 2737222b
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment