Skip to content

Commit

Permalink
Merge pull request #4261 from rtfd/agj/hotfix-pip10
Browse files Browse the repository at this point in the history
Revert "Merge pull request #4206 from FlorianKuckelkorn/fix/pip-breaking-change"
  • Loading branch information
ericholscher authored Jun 19, 2018
2 parents af22d27 + 4fec032 commit 017f581
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion readthedocs/doc_builder/python_environments.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ def install_core_requirements(self):
'python',
self.venv_bin(filename='pip'),
'install',
'--only-binary=:all:',
'--use-wheel',
'--upgrade',
'--cache-dir',
self.project.pip_cache_path,
Expand Down
2 changes: 1 addition & 1 deletion readthedocs/rtd_tests/tests/test_doc_building.py
Original file line number Diff line number Diff line change
Expand Up @@ -1137,7 +1137,7 @@ def setUp(self):
'python',
mock.ANY, # pip path
'install',
'--only-binary=:all:',
'--use-wheel',
'--upgrade',
'--cache-dir',
mock.ANY, # cache path
Expand Down

0 comments on commit 017f581

Please sign in to comment.