Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
setuptools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jérome Perrin
setuptools
Commits
7ea8086d
Commit
7ea8086d
authored
Sep 20, 2017
by
Miro Hrončok
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tests: Run `python -m pip.__main__` to support Python 2.6
See
https://bugs.python.org/issue2751
parent
ee40d9ff
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
setuptools/tests/test_develop.py
setuptools/tests/test_develop.py
+1
-1
setuptools/tests/test_namespaces.py
setuptools/tests/test_namespaces.py
+3
-3
No files found.
setuptools/tests/test_develop.py
View file @
7ea8086d
...
...
@@ -169,7 +169,7 @@ class TestNamespaces:
install_cmd
=
[
sys
.
executable
,
'-m'
,
'pip'
,
'pip
.__main__
'
,
'install'
,
str
(
pkg_A
),
'-t'
,
str
(
target
),
...
...
setuptools/tests/test_namespaces.py
View file @
7ea8086d
...
...
@@ -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
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment