aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-04-20 09:48:39 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-04-20 09:48:39 -0400
commit25b2a2d2d586fa80df71e73adb98ab472d97eb10 (patch)
treec1ac32f3c96a180db08971092e61df5705f50b51
parent66932720c96591ea74015844d713cd5724f4e8af (diff)
downloadexternal_python_setuptools-25b2a2d2d586fa80df71e73adb98ab472d97eb10.tar.gz
external_python_setuptools-25b2a2d2d586fa80df71e73adb98ab472d97eb10.tar.bz2
external_python_setuptools-25b2a2d2d586fa80df71e73adb98ab472d97eb10.zip
It's not necessary to build a file with an empty egg_info.
-rw-r--r--setuptools/tests/test_egg_info.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/setuptools/tests/test_egg_info.py b/setuptools/tests/test_egg_info.py
index 76569c30..7b4f708f 100644
--- a/setuptools/tests/test_egg_info.py
+++ b/setuptools/tests/test_egg_info.py
@@ -65,11 +65,6 @@ class TestEggInfo(object):
def test_egg_info_save_version_info_setup_empty(self, tmpdir_cwd, env):
setup_cfg = os.path.join(env.paths['home'], 'setup.cfg')
- build_files({
- setup_cfg: DALS("""
- [egg_info]
- """),
- })
dist = Distribution()
ei = egg_info(dist)
ei.initialize_options()