Merge pull request #202167 from tjni/unicode-slugify

python310Packages.unicode-slugify: remove unittest2
This commit is contained in:
Artturi
2022-11-21 21:56:14 +02:00
committed by GitHub

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";