Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix SSL Error of scipy #1175

Closed
wants to merge 1 commit into from
Closed

Conversation

PaulJonasJost
Copy link
Collaborator

Building the docs continously threw an ssl error see for example this action

Warning, treated as error:
failed to reach any of the inventories with the following issues:
intersphinx inventory 'https://docs.scipy.org/doc/scipy/objects.inv' not fetchable due to <class 'requests.exceptions.SSLError'>: HTTPSConnectionPool(host='docs.scipy.org', port=443): Max retries exceeded with url: /doc/scipy/objects.inv (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1006)')))

I guess this will be only a temporary bug. We could also set tls_verify = False which would deactivate any verification which in my opinion is more then suboptimal...

@PaulJonasJost PaulJonasJost requested a review from a team as a code owner November 16, 2023 10:10
@dweindl
Copy link
Member

dweindl commented Nov 16, 2023

Let's just wait for half a day scipy/docs.scipy.org#80

@codecov-commenter
Copy link

codecov-commenter commented Nov 16, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (d55c522) 84.30% compared to head (d96dfea) 53.37%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff              @@
##           develop    #1175       +/-   ##
============================================
- Coverage    84.30%   53.37%   -30.94%     
============================================
  Files          148      148               
  Lines        11693    11693               
============================================
- Hits          9858     6241     -3617     
- Misses        1835     5452     +3617     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@PaulJonasJost PaulJonasJost deleted the fix_documentation_ssl branch November 16, 2023 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants