diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2017-11-09 20:16:07 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-11-09 20:16:07 -0500 |
| commit | 76fefe982d4445248c1933030619eedc764e695b (patch) | |
| tree | de1507d2944422d2f75e716429c0d2fcae387035 /setuptools/tests/test_develop.py | |
| parent | a5add17b554709e6b808e85a9cdbb1785717d2d5 (diff) | |
| parent | ff9bc4902f32c331d917e8bae9136607e48c2738 (diff) | |
| download | python-setuptools-git-76fefe982d4445248c1933030619eedc764e695b.tar.gz | |
Merge branch 'master' into pr1145
Diffstat (limited to 'setuptools/tests/test_develop.py')
| -rw-r--r-- | setuptools/tests/test_develop.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/setuptools/tests/test_develop.py b/setuptools/tests/test_develop.py index ad7cfa05..cb4ff4b4 100644 --- a/setuptools/tests/test_develop.py +++ b/setuptools/tests/test_develop.py @@ -167,7 +167,9 @@ class TestNamespaces: target = tmpdir / 'packages' # use pip to install to the target directory install_cmd = [ - 'pip', + sys.executable, + '-m', + 'pip.__main__', 'install', str(pkg_A), '-t', str(target), |
