python310Packages.unicode-slugify: remove unittest2

This commit is contained in:
Theodore Ni 2022-11-21 01:39:54 -08:00
parent 551296c657
commit 271d7abb49
No known key found for this signature in database
GPG Key ID: 48B67583BDDD4474

View File

@ -3,8 +3,8 @@
, fetchPypi
, nose
, six
, unittest2
, unidecode
, unittestCheckHook
}:
buildPythonPackage rec {
@ -18,7 +18,10 @@ buildPythonPackage rec {
propagatedBuildInputs = [ six unidecode ];
checkInputs = [ nose unittest2 ];
checkInputs = [
nose
unittestCheckHook
];
meta = with lib; {
description = "Generates unicode slugs";