matthewwithanm / django-imagekit

Automated image processing for Django. Currently v4.0
http://django-imagekit.rtfd.org/
BSD 3-Clause "New" or "Revised" License
2.27k stars 275 forks source link

Fixed #537 -- Switch to pytest #538

Closed jaap3 closed 2 years ago

jaap3 commented 2 years ago

Converted the test suite to pytest (with a little help of nose2pytest). This makes it possible to also test django-imagekit on Python 3.10.

vstoykov commented 2 years ago

Good work!