Commit 28872fc9 authored by Deniz Taneli's avatar Deniz Taneli

Remove unnecessary parameters from the test

parent 1047052e
......@@ -519,14 +519,10 @@ class TestEggInfo:
self, tmpdir_cwd, env, files, license_in_sources):
self._create_project()
build_files(files)
environ = os.environ.copy().update(
HOME=env.paths['home'],
)
environment.run_setup_py(
cmd=['egg_info'],
pypath=os.pathsep.join([env.paths['lib'], str(tmpdir_cwd)]),
data_stream=1,
env=environ,
pypath=os.pathsep.join([env.paths['lib'], str(tmpdir_cwd)])
)
egg_info_dir = os.path.join('.', 'foo.egg-info')
......
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