Skip to content

Commit

Permalink
ci: pin urllib<2 to address readthedocs build failure
Browse files Browse the repository at this point in the history
Problem: ReadTheDocs CI build currently fails with:

 ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+,
  currently the 'ssl' module is compiled with OpenSSL 1.0.2n  7 Dec 2017
  See: urllib3/urllib3#2168

Workaround the issue until the builders update their OpenSSL
by pinning urllib<2.
  • Loading branch information
grondo committed May 4, 2023
1 parent 8f16f2a commit d4f48cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ sphinx==3.4.3
sphinx-rtd-theme>=0.5.2
docutils>=0.14,<0.18
Jinja2<3.1
urllib3<2

0 comments on commit d4f48cc

Please sign in to comment.