aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools/tests')
-rw-r--r--setuptools/tests/test_egg_info.py8
1 files changed, 2 insertions, 6 deletions
diff --git a/setuptools/tests/test_egg_info.py b/setuptools/tests/test_egg_info.py
index 04a17308..7c862e61 100644
--- a/setuptools/tests/test_egg_info.py
+++ b/setuptools/tests/test_egg_info.py
@@ -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')