pythonPackages.funcparserlib: fix test runner, disable python 3.x
This commit is contained in:
parent
9441311e93
commit
7beace29af
@ -5153,6 +5153,13 @@ in modules // {
|
|||||||
md5 = "3aba546bdad5d0826596910551ce37c0";
|
md5 = "3aba546bdad5d0826596910551ce37c0";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
checkPhase = ''
|
||||||
|
${python.interpreter} -m unittest discover
|
||||||
|
'';
|
||||||
|
|
||||||
|
# Judging from SyntaxError in tests.
|
||||||
|
disabled = isPy3k;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Recursive descent parsing library based on functional combinators";
|
description = "Recursive descent parsing library based on functional combinators";
|
||||||
homepage = https://code.google.com/p/funcparserlib/;
|
homepage = https://code.google.com/p/funcparserlib/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user