Skip to content

Commit ad457d6

Browse files
committed
Fix test_command_install_dist in shared Python builds
1 parent 2737222 commit ad457d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/packaging/tests/test_command_install_dist.py

+1
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ def test_old_record_extensions(self):
204204
Extension('xx', ['xxmodule.c'])])
205205
os.chdir(project_dir)
206206
support.copy_xxmodule_c(project_dir)
207+
support.fixup_build_ext(dist.get_command_obj('build_ext'))
207208

208209
cmd = install_dist(dist)
209210
dist.command_obj['install_dist'] = cmd

0 commit comments

Comments
 (0)