Replies: 1 comment
-
Note that I was finally able to upgrade to a newer version of Anaconda, and the problem disappeared. Thus closing the discussion but you can always follow the bug if you encounter the same issue with older version of Anaconda that you cannot update -> #25415 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have recently moved to a new computer with Windows 11, and I am not able to discover tests on any repositories anymore (note that I'm not 100% sure that they never worked when I first moved to this computer, just very high possibility). I've configured the most basic way of discovering tests with pytest, and I get these logs whenever I try to discover the tests (that do exist in project\tests):
Note that I tried to run the command that is mentioned that apparently fails, but it succeeds with the expected output (and similarly, I'm able to run the tests manually with the pytest command):
My guess is that the Testing module tries to initiate conda one way or another, and this is failing, but I have no idea where to check anymore, especially since the --live-stream argument has been removed since conda 4.4 (if I remember correctly).
I have the following installations (I hope I didn't forget to specify something):
Content of my settings.json:
Beta Was this translation helpful? Give feedback.
All reactions