Skip to content

Commit fa0f439

Browse files
committed
Fix our use of --use-wheel in pip.
Refs #4262
1 parent 017f581 commit fa0f439

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

common

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)