suds-community / suds

Suds is a lightweight SOAP python client for consuming Web Services. A community fork of the jurko fork.
https://suds.readthedocs.io/
GNU Lesser General Public License v3.0
173 stars 56 forks source link

ResourceWarning: unclosed cache file & Invalid escape sequence warnings #28

Closed frost-nzcr4 closed 5 years ago

frost-nzcr4 commented 5 years ago

pytest 5.3.0 show a bunch of annoying warnings that could be easily fixed. While "Invalid escape" represented by project's testcase itself, I've got also "ResourceWarning: unclosed file" on prod environment with Python==3.7.4, suds-community==0.8.3, pytest==4.6.6

phillbaker commented 5 years ago

Thanks!