Skip to content

Commit 2f60b93

Browse files
ericholscheragjohnson
authored andcommitted
Fix our use of --use-wheel in pip. (#4269)
* Fix our use of `--use-wheel` in pip. Refs #4262 * Update common branch
1 parent db8f092 commit 2f60b93

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

readthedocs/doc_builder/python_environments.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,6 @@ def install_core_requirements(self):
253253
'python',
254254
self.venv_bin(filename='pip'),
255255
'install',
256-
'--use-wheel',
257256
'--upgrade',
258257
'--cache-dir',
259258
self.project.pip_cache_path,

readthedocs/rtd_tests/tests/test_doc_building.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1137,7 +1137,6 @@ def setUp(self):
11371137
'python',
11381138
mock.ANY, # pip path
11391139
'install',
1140-
'--use-wheel',
11411140
'--upgrade',
11421141
'--cache-dir',
11431142
mock.ANY, # cache path

0 commit comments

Comments
 (0)