pythonPackages.awesome-slugify: fix test runner
This commit is contained in:
parent
4a8c2a5d0a
commit
982520d771
1 changed files with 4 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue