Unverified Commit c538e769 authored by John Ericson's avatar John Ericson Committed by GitHub
Browse files

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

parents 2ee15407 be6f48bc
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -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; [