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
========================================================================================== short test summary info ==========================================================================================
FAILED tests/test_authcode.py::TestAuthCodeReceiver::test_no_two_concurrent_receivers_can_listen_on_same_port - AssertionError: OSError not raised
========================================================================== 1 failed, 151 passed, 70 skipped, 42 warnings in 45.61s ==========================================================================
Describe the bug
With Python 3.14.0a1,
TestAuthCodeReceiver.test_no_two_concurrent_receivers_can_listen_on_same_port
fails.To Reproduce
Steps to reproduce the behavior:
Expected behavior
All tests pass.
What you see instead
The MSAL Python version you are using
7db6c2c
Additional context
Detailed test output:
If I repeat the same steps to reproduce using Python 3.13 instead of 3.14, all tests pass.
This was reported dowstream in Fedora Linux as part of early Python 3.14 testing.
The text was updated successfully, but these errors were encountered: