3
0
Fork 0
forked from mirrors/nixpkgs

pythonPackages.awesome-slugify: fix test runner

This commit is contained in:
Frederik Rietdijk 2017-02-13 21:16:07 +01:00
parent 4a8c2a5d0a
commit 982520d771

View file

@ -1544,6 +1544,10 @@ in {
propagatedBuildInputs = with self; [ unidecode regex ];
checkPhase = ''
${python.interpreter} -m unittest discover
'';
meta = with stdenv.lib; {
homepage = "https://github.com/dimka665/awesome-slugify";
description = "Python flexible slugify function";