Commit 2ed8ca16 authored by Jason R. Coombs's avatar Jason R. Coombs

Reference to __main__ is only required for Python 2.6.

parent e4572e8c
...@@ -169,7 +169,7 @@ class TestNamespaces: ...@@ -169,7 +169,7 @@ class TestNamespaces:
install_cmd = [ install_cmd = [
sys.executable, sys.executable,
'-m', '-m',
'pip.__main__', 'pip',
'install', 'install',
str(pkg_A), str(pkg_A),
'-t', str(target), '-t', str(target),
......
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