-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
test_embed and test_ssl failing on linux 6.12.13 #131579
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
Comments
Which Python version did you try? |
Python version : 3.14 I compiled the source on
|
I cannot reproduce the test_embed failure.
|
For test_ssl, I suppose that the test fails with the recent OpenSSL 3.4. I cannot reproduce the test_ssl failure with my OpenSSL 3.2.4 11 Feb 2025. |
It's because your run the test in a virtual environment. |
Isn't the venv mostly to set some environment variables so that it points to correct python version as well as installed packages? I compiled the source and created a venv out of it. Now everytime I compile the source the executable env is always pointing to the newly built binary which seems in line with what I expect. Do you recommend another way of testing it? |
You don't need to create a virtual environment to run the Python test suite. Just run |
OS : Linux kali 6.12.13-amd64 #1 SMP PREEMPT_DYNAMIC Kali 6.12.13-1kali1 (2025-02-11) x86_64 GNU/Linux
Build python
Failure for
test_ssl
in IDE for comparison.Is there more to python setup for the tests to succeed? The SSL test seems to be comparing default(7) to actual(8) options hence the mismatch.
I don't know why the test_embed is failing.
Error logs:
The text was updated successfully, but these errors were encountered: