Commit 25b2a2d2 authored by Jason R. Coombs's avatar Jason R. Coombs

It's not necessary to build a file with an empty egg_info.

parent 66932720
......@@ -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()
......
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