zestsoftware / zest.releaser

Python software releasing made easy and repeatable
https://zestreleaser.readthedocs.io
GNU General Public License v2.0
198 stars 62 forks source link

Fix warnings and open files #270

Closed mauritsvanrees closed 6 years ago

mauritsvanrees commented 6 years ago

Especially Python 3.6 complains about unclosed files. And PyPy can have real problems with it. This PR might fix the unstable PyPy Travis job. Note that I have fixed an unclosed file in the example.tar package as well.

reinout commented 6 years ago

That's a huge amount of work!