From 342c210603c74e4de0fc56d210c962ef9acc2cca Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Mon, 24 Mar 2014 10:54:21 +0000 Subject: Update test_install to actually patch the hidden _python_cmd. --- tests/test_ez_setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_ez_setup.py') diff --git a/tests/test_ez_setup.py b/tests/test_ez_setup.py index 5e7ffa62..e6283306 100644 --- a/tests/test_ez_setup.py +++ b/tests/test_ez_setup.py @@ -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): -- cgit v1.2.3