Python testing discovery hang forever with v2025.* #24958
Unanswered
maichongju
asked this question in
Q&A
Replies: 1 comment 3 replies
-
What that step does is checks recursively if any parent directories of the given path are symbolic links. Are you using symlinks? Are you using a remote scenario or another way that might make the resolved path of the cwd (which would be "python.testing.cwd": "${workspaceFolder}/tests" for you) different from the given path? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have some testing set up with pytest. For some reason the test discovery just hang forever with this waning message in the output.
However, if I downgrade the version back to
v2024.*
. Then the test discovery will execute without issue.We are using conda with python 3.12.9
Anyone can help me to resolve this issue?
Attached is the
settings.json
Beta Was this translation helpful? Give feedback.
All reactions