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
3fc1e22c
Commit
3fc1e22c
authored
Jan 26, 2019
by
Benoit Pierre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tests: temporary pin pip to fix the Python 2.7 job
parent
f8b9c426
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
tests/requirements.txt
tests/requirements.txt
+1
-0
tox.ini
tox.ini
+1
-1
No files found.
tests/requirements.txt
View file @
3fc1e22c
...
@@ -10,3 +10,4 @@ coverage>=4.5.1
...
@@ -10,3 +10,4 @@ coverage>=4.5.1
pytest-cov>=2.5.1
pytest-cov>=2.5.1
paver; python_version>="3.6"
paver; python_version>="3.6"
futures; python_version=="2.7"
futures; python_version=="2.7"
pip==18.1 # Temporary workaround for #1644.
tox.ini
View file @
3fc1e22c
...
@@ -12,7 +12,7 @@ deps=-rtests/requirements.txt
...
@@ -12,7 +12,7 @@ deps=-rtests/requirements.txt
# Changed from default (`python -m pip ...`)
# Changed from default (`python -m pip ...`)
# to prevent the current working directory
# to prevent the current working directory
# from being added to `sys.path`.
# from being added to `sys.path`.
install_command
=
{envbindir}/pip
install {opts} {packages}
install_command
=
python -c 'import sys; sys.path.remove(""); from pkg_resources import load_entry_point; load_entry_point("pip", "console_scripts", "pip")()'
install {opts} {packages}
# Same as above.
# Same as above.
list_dependencies_command
=
{envbindir}/pip freeze
list_dependencies_command
=
{envbindir}/pip freeze
setenv
=
COVERAGE_FILE={toxworkdir}/.coverage.{envname}
setenv
=
COVERAGE_FILE={toxworkdir}/.coverage.{envname}
...
...
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