From 71a75cab2ea0fff6e4b199267e4d6db0d653acad Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 23 Mar 2014 20:06:22 -0400 Subject: Remove test_build_egg. The test doesn't work and it's difficult to test _build_egg given the current interface. --- tests/test_ez_setup.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tests/test_ez_setup.py b/tests/test_ez_setup.py index 7a6baf0c..3e895dd4 100644 --- a/tests/test_ez_setup.py +++ b/tests/test_ez_setup.py @@ -35,15 +35,6 @@ class TestSetup(unittest.TestCase): os.chdir(self.cwd) sys.path = copy.copy(self.old_sys_path) - def test_build_egg(self): - # making it an egg - egg = _build_egg('Egg to be built', self.zipball, self.tmpdir) - - # now trying to import it - sys.path[0] = egg - import setuptools - self.assertTrue(setuptools.__file__.startswith(egg)) - def test_do_download(self): tmpdir = tempfile.mkdtemp() _do_download(DEFAULT_VERSION, DEFAULT_URL, tmpdir, 1) -- cgit v1.2.3