xolox/python-humanfriendly

Requirement for unittest2

Closed this issue · 1 comments

Hi. I'm curious why unittest2 is added as a required package. Since unittest2 may run into problems when built as a wheel (nix-community/pypi2nix#135), it's hard to use humanfriendly, which pulls it in. Seems unusual to put a testing package as required.

The unittest2 dependency is dropped by #33.