We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 26e371b + e90b260 commit 008c19fCopy full SHA for 008c19f
readthedocs/doc_builder/python_environments.py
@@ -297,13 +297,7 @@ def install_core_requirements(self):
297
Feature.DONT_INSTALL_LATEST_PIP,
298
# 20.3 uses the new resolver by default.
299
positive='pip<20.3',
300
-
301
- # We are pinning pip to 21.3.1 because builds are failing when
302
- # using a newer version. This is a temporal workaround to avoid
303
- # builds failing at this step, but we should come back to this and
304
- # unpin pip for this case.
305
- # https://github.com/readthedocs/readthedocs.org/issues/8864#issuecomment-1025499598
306
- negative='pip<=21.3.1',
+ negative='pip',
307
)
308
cmd = pip_install_cmd + [pip_version, 'setuptools<58.3.0']
309
self.build_env.run(
0 commit comments