SmileyChris / easy-thumbnails

Easy thumbnails for Django
http://easy-thumbnails.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
1.37k stars 312 forks source link

ResourceWarning: unclosed file during testing #534

Closed jaap3 closed 4 years ago

jaap3 commented 4 years ago

When running the tests this warning shows up a bunch of times:

PIL/Image.py:597: ResourceWarning: unclosed file <_io.BufferedReader name='/tmp/tmp92fbwrke/test.jpg.20x20_q85_crop.jpg'>
  self.fp = None

I'm not sure if this is caused by the tests, or by easy-thumbnails itself.