Loading pkgs/development/python-modules/dtschema/default.nix +9 −3 Original line number Diff line number Diff line Loading @@ -8,6 +8,8 @@ ruamel-yaml, setuptools-scm, libfdt, pytestCheckHook, dtc, }: buildPythonPackage rec { Loading @@ -31,11 +33,15 @@ buildPythonPackage rec { libfdt ]; # Module has no tests doCheck = false; pythonImportsCheck = [ "dtschema" ]; nativeCheckInputs = [ pytestCheckHook dtc ]; enabledTestPaths = [ "test/test-dt-validate.py" ]; meta = { description = "Tooling for devicetree validation using YAML and jsonschema"; homepage = "https://github.com/devicetree-org/dt-schema/"; Loading Loading
pkgs/development/python-modules/dtschema/default.nix +9 −3 Original line number Diff line number Diff line Loading @@ -8,6 +8,8 @@ ruamel-yaml, setuptools-scm, libfdt, pytestCheckHook, dtc, }: buildPythonPackage rec { Loading @@ -31,11 +33,15 @@ buildPythonPackage rec { libfdt ]; # Module has no tests doCheck = false; pythonImportsCheck = [ "dtschema" ]; nativeCheckInputs = [ pytestCheckHook dtc ]; enabledTestPaths = [ "test/test-dt-validate.py" ]; meta = { description = "Tooling for devicetree validation using YAML and jsonschema"; homepage = "https://github.com/devicetree-org/dt-schema/"; Loading