diff --git a/bin-for-dist/test_install.py b/bin-for-dist/test_install.py index e70f1cad1..0a4e1eb47 100644 --- a/bin-for-dist/test_install.py +++ b/bin-for-dist/test_install.py @@ -94,7 +94,7 @@ class VirtualEnv(object): def pytest_getouterr(self, *args): self.ensure() - args = [self._cmd("python"), self._cmd("py.test")] + list(args) + args = [self._cmd("py.test")] + list(args) popen = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.STDOUT) out, err = popen.communicate() return out