summaryrefslogtreecommitdiff
path: root/setuptools/tests/test_develop.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-11-20 13:12:05 -0500
committerJason R. Coombs <jaraco@jaraco.com>2017-11-20 13:12:05 -0500
commit89ef5bb7e4812193d6f593d531bad36191517981 (patch)
tree1c5dccb410d9a740d1461cd07249af4c233ad120 /setuptools/tests/test_develop.py
parent45ec75beccba6432b3ed7b80fd84b65276453e9d (diff)
parentc6fe76cbc22ac6ac64709a0381a6ce48a8c9884a (diff)
downloadpython-setuptools-git-89ef5bb7e4812193d6f593d531bad36191517981.tar.gz
Drop support for Python 2.6 by merging the drop-py26 branch. Fixes #878.
Diffstat (limited to 'setuptools/tests/test_develop.py')
-rw-r--r--setuptools/tests/test_develop.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/tests/test_develop.py b/setuptools/tests/test_develop.py
index 35ea1403..00d4bd9a 100644
--- a/setuptools/tests/test_develop.py
+++ b/setuptools/tests/test_develop.py
@@ -178,7 +178,7 @@ class TestNamespaces:
install_cmd = [
sys.executable,
'-m',
- 'pip.__main__',
+ 'pip',
'install',
str(pkg_A),
'-t', str(target),