<!-- Read the guidelines for filing an issue first. https://github.com/microsoft/pylance-release/blob/main/TROUBLESHOOTING.md#filing-an-issue --> ## Environment data <!-- To find your version, open the VS Code extensions panel, then locate Pylance from the list of installed extensions. The version appears next to the name. --> - Pylance version: 2024.22.1 - OS and version: MacOS Sequoia 15.2 (24C101) - Python version (& distribution if applicable, e.g. Anaconda): 3.9.21 ## Code Snippet <!-- Please provide a minimal, self-contained code snippet that reproduces the issue. If the code snippet uses any libraries, please specify the versions used. Note: If you think a GIF of what is happening would be helpful, consider tools like https://github.com/vkohaupt/vokoscreenNG, https://www.cockos.com/licecap/, https://github.com/phw/peek or https://www.screentogif.com/ . --> ```python No code this is broken in vscode ``` ## Repro Steps <!-- If multiple steps are needed to reproduce the issue, please list the steps here. Delete this section if not needed. --> 1. Click on the tests icon, discover tests loads forever 2. Click on reload tests nothing happen It started with version 2024.22.1 ## Expected behavior Show a list of tests to run ## Actual behavior Loading forever, never ends, no errors, nothing in logs ## Logs <!-- Enable trace logging by adding "python.analysis.logLevel": "Trace" to your settings.json configuration file. Adding this will cause a large amount of info to be printed to the Python output panel. This should not be left long term, as the performance impact of the logging is significant. --> ``` Nothing in logs ```