python312Packages.lark: disable tests
Js2py is not supported on 3.12.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user