I am running Python 3.5.2. When I run pytest, I get a ton of warnings. I think most of them are because of unclosed files. The warnings come from the learning, search and text modules. Here is the pastebin link:
https://pastebin.com/eHMZkdjm
Any ideas on how to combat this?
I am running Python 3.5.2. When I run pytest, I get a ton of warnings. I think most of them are because of unclosed files. The warnings come from the
learning,searchandtextmodules. Here is the pastebin link:https://pastebin.com/eHMZkdjm
Any ideas on how to combat this?