diff options
| author | Éric Araujo <merwok@netwok.org> | 2011-08-21 17:03:19 +0200 |
|---|---|---|
| committer | Éric Araujo <merwok@netwok.org> | 2011-08-21 17:03:19 +0200 |
| commit | 9e1eee4615f9ef0410ef1502b111c74c7880e32b (patch) | |
| tree | 266c5df16300e37586ec0b05fc4670747e216b0c /tests/test_install.py | |
| parent | b96da7b0feee847c2a2b51678da402731378b097 (diff) | |
| download | python-setuptools-git-9e1eee4615f9ef0410ef1502b111c74c7880e32b.tar.gz | |
Fix distutils test_install for shared CPython builds
Diffstat (limited to 'tests/test_install.py')
| -rw-r--r-- | tests/test_install.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_install.py b/tests/test_install.py index 2133fa79..e065aa3d 100644 --- a/tests/test_install.py +++ b/tests/test_install.py @@ -202,6 +202,7 @@ class InstallTestCase(support.TempdirManager, support.copy_xxmodule_c(project_dir) buildcmd = build_ext(dist) + support.fixup_build_ext(buildcmd) buildcmd.ensure_finalized() buildcmd.run() |
