python310Packages.lark: Enable more tests

This commit is contained in:
Jonas Heinrich
2022-07-30 12:46:37 +02:00
parent dfda4ec196
commit 8377a22472
@@ -4,6 +4,7 @@
, python
, regex
, pytestCheckHook
, js2py
}:
buildPythonPackage rec {
@@ -27,10 +28,9 @@ buildPythonPackage rec {
"lark.grammars"
];
checkInputs = [ pytestCheckHook ];
disabledTestPaths = [
"tests/test_nearley/test_nearley.py" # requires unpackaged Js2Py library
checkInputs = [
js2py
pytestCheckHook
];
meta = with lib; {