-
Notifications
You must be signed in to change notification settings - Fork 126
test failures with python 3.12 #560
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
I think it may have to do with the setup or teardown of the test slapd server. Maybe a timing issue. If I run the failing tests individually, they will pass:
|
skipping Tests.t_ldap_syncrepl.TestSyncrepl.test_refreshAndPersist_cancelled makes the rest of the tests work. I think this test is broken and leaves things in a broken state causing the rest of the tests to fail |
Nothing about the test looks broken in a related way. Somehow the connection ( |
Issue description:
Steps to reproduce:
Operating system: Alpine Linux edge (x86_64)
Python version: 3.12.2
python-ldap version: 3.4.4
The text was updated successfully, but these errors were encountered: