Merge pull request #61062 from risicle/ris-lark-parser-enable-tests
pythonPackages.lark-parser: enable majority of tests
This commit is contained in:
commit
1a262d01ba
1 changed files with 3 additions and 4 deletions
|
@ -15,12 +15,11 @@ buildPythonPackage rec {
|
||||||
sha256 = "1zynj09w361yvbxr4hir681dfnlq1hzniws9dzgmlkvd6jnhjgx3";
|
sha256 = "1zynj09w361yvbxr4hir681dfnlq1hzniws9dzgmlkvd6jnhjgx3";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkPhase = ''
|
# tests of Nearley support require js2py
|
||||||
${python.interpreter} -m unittest
|
preCheck = ''
|
||||||
|
rm -r tests/test_nearley
|
||||||
'';
|
'';
|
||||||
|
|
||||||
doCheck = false; # Requires js2py
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A modern parsing library for Python, implementing Earley & LALR(1) and an easy interface";
|
description = "A modern parsing library for Python, implementing Earley & LALR(1) and an easy interface";
|
||||||
homepage = https://github.com/lark-parser/lark;
|
homepage = https://github.com/lark-parser/lark;
|
||||||
|
|
Loading…
Reference in a new issue