You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
./configure --with-pydebug --with-trace-refs
make
./python -m venv .venv
source .venv/bin/activate
make test #test_ssl and test_embed fails
python -m test -v test_embed #fails
python -m test -v test_ssl #fails
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 compiled the source on main, created a venv with it and ran make test inside the virtual environment.
Python 3.14.0a6+ (heads/master:49fb75c676, Mar 23 2025, 07:12:36) [GCC 14.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>
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: