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

test-local: install pycurl from source #1832

Merged
merged 2 commits into from
Mar 6, 2024
Merged

Conversation

manics
Copy link
Member

@manics manics commented Mar 5, 2024

The test-local CI test is currently failing with

 binderhub/tests/test_build.py:87: AssertionError
----------------------------- Captured stdout call -----------------------------
failed: Error resolving ref for gh:binderhub-ci-repos/cached-minimal-dockerfile/596b52f10efb0c9befc0c4ae850cc5175297d71c: HTTP 599: error setting certificate verify locations:
  CAfile: /etc/pki/tls/certs/ca-bundle.crt
  CApath: none

@pastram-i worked out it's due to the recent 7.45.3 release of pycurl https://discourse.jupyter.org/t/suddenly-getting-oath-cert-error/24217/4

7.45.2 only has source packages, 7.45.3 introduced binary wheels which seem to be the problem.

@manics manics added the bug label Mar 5, 2024
Copy link
Member

@consideRatio consideRatio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!! I added a direct link to pycurl tracked issue so we can rely on the wheels in the end

@manics manics merged commit 947f72a into jupyterhub:main Mar 6, 2024
9 checks passed
@manics manics deleted the ca-certs branch March 6, 2024 21:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants