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
commit a851c6c6e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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