Skip to content

Commit

Permalink
Fix our use of --use-wheel in pip.
Browse files Browse the repository at this point in the history
Refs #4262
  • Loading branch information
ericholscher committed Jun 19, 2018
1 parent 017f581 commit fa0f439
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion common
1 change: 0 additions & 1 deletion readthedocs/doc_builder/python_environments.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ def install_core_requirements(self):
'python',
self.venv_bin(filename='pip'),
'install',
'--use-wheel',
'--upgrade',
'--cache-dir',
self.project.pip_cache_path,
Expand Down
1 change: 0 additions & 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,6 @@ def setUp(self):
'python',
mock.ANY, # pip path
'install',
'--use-wheel',
'--upgrade',
'--cache-dir',
mock.ANY, # cache path
Expand Down

0 comments on commit fa0f439

Please sign in to comment.