pythonPackages.PyStemmer: fix test runner

This commit is contained in:
Frederik Rietdijk 2016-01-24 12:49:34 +01:00
parent 4bd7239f50
commit 430ddcd65f

View file

@ -16380,6 +16380,10 @@ in modules // {
md5 = "46ee623eeeba5a7cc0d95cbfa7e18abd";
};
checkPhase = ''
${python.interpreter} runtests.py
'';
meta = {
description = "Snowball stemming algorithms, for information retrieval";
homepage = http://snowball.tartarus.org/;