shibukawa / imagesize_py

MIT License
222 stars 43 forks source link

Remove dependency of unmaintained nose #23

Closed jdufresne closed 4 years ago

jdufresne commented 6 years ago

The nose project has ceased development. The last commit is from Mar 3, 2016. From their docs page:

https://nose.readthedocs.io/

Note to Users

Nose has been in maintenance mode for the past several years and will likely cease without a new person/team to take over maintainership. New projects should consider using Nose2, py.test, or just plain unittest/unittest2.

Simplify tests by using the stdlib unittest. One fewer dependency.

jdufresne commented 6 years ago

The Python 3.7 test failure is unrelated and fixed by #22. If that gets merged I can rebase this PR.

jdufresne commented 5 years ago

I see the other PRs have all landed, so I rebased this change on the latest master. Travis is now green. Thanks!