ModuleNotFoundError #10105
-
At some point in the last few months pytest broke in an existing repo of mine. I am currently using
I am using FastAPI (accordingly basing my tests originally off this) among a few other libraries in this project. All of them are installed properly in my venv; I can run the project with no issues. I found this suggestion online of removing pytest from my global pip packages, but it did not resolve the problem. I have also tried adding and removing Thank you for for any help/suggestions. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
What does importing request standalone do? It seems like there is a problem being hidden by the error handling |
Beta Was this translation helpful? Give feedback.
What does importing request standalone do? It seems like there is a problem being hidden by the error handling