diff options
| author | Éric Araujo <merwok@netwok.org> | 2011-06-09 12:07:46 (GMT) |
|---|---|---|
| committer | Éric Araujo <merwok@netwok.org> | 2011-06-09 12:07:46 (GMT) |
| commit | e00a6703e8d13ae4ab30466998ef62098868f98c (patch) | |
| tree | a4d6fcb7fe4b323727b491c7a7b042fc0f14a657 /Lib/packaging/tests/test_command_install_lib.py | |
| parent | 9a82eaade3cbfba9895b6121daf8ddb65b5aaa4d (diff) | |
| parent | e6792c1e771fab4ed025beeb8f71fb2d5c7d53e8 (diff) | |
| download | cpython-e00a6703e8d13ae4ab30466998ef62098868f98c.zip cpython-e00a6703e8d13ae4ab30466998ef62098868f98c.tar.gz cpython-e00a6703e8d13ae4ab30466998ef62098868f98c.tar.bz2 | |
Branch merge
Diffstat (limited to 'Lib/packaging/tests/test_command_install_lib.py')
| -rw-r--r-- | Lib/packaging/tests/test_command_install_lib.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/packaging/tests/test_command_install_lib.py b/Lib/packaging/tests/test_command_install_lib.py index 96749e3..b46f3bd 100644 --- a/Lib/packaging/tests/test_command_install_lib.py +++ b/Lib/packaging/tests/test_command_install_lib.py @@ -65,7 +65,6 @@ class InstallLibTestCase(support.TempdirManager, self.write_file(f, '# python package') cmd.distribution.ext_modules = [Extension('foo', ['xxx'])] cmd.distribution.packages = [pkg_dir] - cmd.distribution.script_name = 'setup.py' # make sure the build_lib is set the temp dir build_dir = os.path.split(pkg_dir)[0] @@ -86,7 +85,6 @@ class InstallLibTestCase(support.TempdirManager, self.write_file(f, '# python package') cmd.distribution.ext_modules = [Extension('foo', ['xxx'])] cmd.distribution.packages = [pkg_dir] - cmd.distribution.script_name = 'setup.py' # get_input should return 2 elements self.assertEqual(len(cmd.get_inputs()), 2) |
