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:
install_cmd = [
sys.executable,
'-m',
'pip.__main__',
'pip',
'install',
str(pkg_A),
'-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