summaryrefslogtreecommitdiff
path: root/setuptools/tests/test_egg_info.py
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools/tests/test_egg_info.py')
-rw-r--r--setuptools/tests/test_egg_info.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setuptools/tests/test_egg_info.py b/setuptools/tests/test_egg_info.py
index f20877a5..efc66c93 100644
--- a/setuptools/tests/test_egg_info.py
+++ b/setuptools/tests/test_egg_info.py
@@ -59,7 +59,8 @@ class TestEggInfo:
cmd=cmd,
pypath=os.pathsep.join([paths['lib'], str(tmpdir_cwd)]),
data_stream=1,
- env=environ)
+ env=environ,
+ )
if code:
raise AssertionError(data)
egg_info = None