Commit 342c2106 authored by Jason R. Coombs's avatar Jason R. Coombs

Update test_install to actually patch the hidden _python_cmd.

parent 8173752e
......@@ -37,7 +37,7 @@ class TestSetup(unittest.TestCase):
def test_install(self):
def _faked(*args):
return True
ez_setup.python_cmd = _faked
ez_setup._python_cmd = _faked
_install(self.zipball)
def test_use_setuptools(self):
......
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