diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2017-11-20 13:12:05 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-11-20 13:12:05 -0500 |
| commit | 89ef5bb7e4812193d6f593d531bad36191517981 (patch) | |
| tree | 1c5dccb410d9a740d1461cd07249af4c233ad120 /setuptools/tests/test_develop.py | |
| parent | 45ec75beccba6432b3ed7b80fd84b65276453e9d (diff) | |
| parent | c6fe76cbc22ac6ac64709a0381a6ce48a8c9884a (diff) | |
| download | python-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.py | 2 |
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), |
