matthewwithanm / pilkit

Utilities and processors built for, and on top of PIL
BSD 3-Clause "New" or "Revised" License
196 stars 54 forks source link

Remove dependency on nose #52

Closed dvzrv closed 2 years ago

dvzrv commented 2 years ago

Hi! I am packaging this project for Arch Linux.

I believe it would be good to rely on pytest instead of nose and nose-progressive for tests (the latter project has been dead for years and I just removed it from the official Arch Linux repositories as well: https://github.com/erikrose/nose-progressive/issues/90). Currently it is possible to run pytest on the codebase (without nose-progressbar), but it still requires nose (which hasn't had a release since 2015).

vstoykov commented 2 years ago

Hi, thank you for the interest in pilkit and for your effort to package it for Arch Linux. We migrated django-imagekit to pytest but we forgot pilkit. It's definitely something that need to happen. I'll try to find some time in the following days to make the switch. It shouldn't be so big.