summaryrefslogtreecommitdiff
path: root/setuptools/tests/test_namespaces.py
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools/tests/test_namespaces.py')
-rw-r--r--setuptools/tests/test_namespaces.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/setuptools/tests/test_namespaces.py b/setuptools/tests/test_namespaces.py
index 14759e66..1ac1b35e 100644
--- a/setuptools/tests/test_namespaces.py
+++ b/setuptools/tests/test_namespaces.py
@@ -32,7 +32,7 @@ class TestNamespaces:
install_cmd = [
sys.executable,
'-m',
- 'pip',
+ 'pip.__main__',
'install',
str(pkg_A),
'-t', str(site_packages),
@@ -42,7 +42,7 @@ class TestNamespaces:
install_cmd = [
sys.executable,
'-m',
- 'pip',
+ 'pip.__main__',
'install',
str(pkg_B),
'-t', str(path_packages),
@@ -94,7 +94,7 @@ class TestNamespaces:
install_cmd = [
sys.executable,
'-m',
- 'pip',
+ 'pip.__main__',
'install',
str(pkg_A),
'-t', str(target),