python312Packages.lark: disable tests

Js2py is not supported on 3.12.
This commit is contained in:
Martin Weinelt
2024-02-24 04:01:00 +01:00
parent de5033393e
commit 60fb5aa157
@@ -3,6 +3,7 @@
, fetchFromGitHub
, regex
, pytestCheckHook
, pythonOlder
, js2py
, setuptools
}:
@@ -33,6 +34,9 @@ buildPythonPackage rec {
"lark.grammars"
];
# Js2py is not supported on 3.12
doCheck = pythonOlder "3.12";
nativeCheckInputs = [
js2py
pytestCheckHook