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
501a30c6
Commit
501a30c6
authored
Sep 13, 2017
by
Jason R. Coombs
Committed by
GitHub
Sep 13, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1147 from benoit-pierre/fix_travis_2.6_job
fix `test_pip_upgrade_from_source` test on Python 2.6
parents
5d163b5b
6cffeac6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
setuptools/tests/test_virtualenv.py
setuptools/tests/test_virtualenv.py
+4
-0
No files found.
setuptools/tests/test_virtualenv.py
View file @
501a30c6
import
glob
import
os
import
sys
from
pytest
import
yield_fixture
from
pytest_fixture_config
import
yield_requires_config
...
...
@@ -39,6 +40,9 @@ def test_pip_upgrade_from_source(virtualenv):
Check pip can upgrade setuptools from source.
"""
dist_dir
=
virtualenv
.
workspace
if
sys
.
version_info
<
(
2
,
7
):
# Python 2.6 support was dropped in wheel 0.30.0.
virtualenv
.
run
(
'pip install -U "wheel<0.30.0"'
)
# Generate source distribution / wheel.
virtualenv
.
run
(
' && '
.
join
((
'cd {source}'
,
...
...
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