Skip to content

Commit

Permalink
It's not necessary to build a file with an empty egg_info.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Apr 20, 2016
1 parent 6693272 commit 25b2a2d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions setuptools/tests/test_egg_info.py
Expand Up @@ -65,11 +65,6 @@ def env(self):

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()
Expand Down

0 comments on commit 25b2a2d

Please sign in to comment.