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 failing test when running offline #1261

Merged
merged 1 commit into from Oct 24, 2023

Conversation

facutuesca
Copy link
Contributor

The test_set_default_verify_paths test fails if tests are run offline, due to not being able to connect to encrypted.google.com. This PR adds a change to skip that test if the connection cannot be made.

This fixes #68

cc @mhils @reaperhulk

@reaperhulk reaperhulk merged commit ac15b2f into pyca:main Oct 24, 2023
34 checks passed
@facutuesca facutuesca deleted the offline-tests branch October 24, 2023 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

OpenSSL.test.test_ssl.ContextTests.test_set_default_verify_paths() error with absent network connection
2 participants