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_build_py.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_build_py.py')
| -rw-r--r-- | Lib/packaging/tests/test_command_build_py.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Lib/packaging/tests/test_command_build_py.py b/Lib/packaging/tests/test_command_build_py.py index 49069f5..243a863 100644 --- a/Lib/packaging/tests/test_command_build_py.py +++ b/Lib/packaging/tests/test_command_build_py.py @@ -33,9 +33,7 @@ class BuildPyTestCase(support.TempdirManager, dist = Distribution({"packages": ["pkg"], "package_dir": sources}) - # script_name need not exist, it just need to be initialized - dist.script_name = os.path.join(sources, "setup.py") dist.command_obj["build"] = support.DummyCommand( force=False, build_lib=destination, @@ -89,8 +87,6 @@ class BuildPyTestCase(support.TempdirManager, dist = Distribution({"packages": ["pkg"], "package_dir": sources, "package_data": {"pkg": ["doc/*"]}}) - # script_name need not exist, it just need to be initialized - dist.script_name = os.path.join(sources, "setup.py") dist.script_args = ["build"] dist.parse_command_line() |
