nixos-render-docs: move pytestCheckHook to nativeCheckInputs (#381177)

This commit is contained in:
John Ericson
2025-02-13 01:15:25 -05:00
committed by GitHub
@@ -38,9 +38,12 @@ python.pkgs.buildPythonApplication rec {
src = ./src;
};
nativeBuildInputs = with python.pkgs; [
setuptools
pytestCheckHook
nativeCheckInputs = [
python.pkgs.pytestCheckHook
];
build-system = [
python.pkgs.setuptools
];
propagatedBuildInputs = with python.pkgs; [