Skip to content

Commit 03df4a5

Browse files
committed
stop overriding pytest check hook in nix build
1 parent ff59b10 commit 03df4a5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

flake.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@
3535
pkgs.installShellFiles
3636
];
3737
nativeCheckInputs = [ python.pkgs.pytestCheckHook ];
38-
doInstallCheck = true;
39-
installCheckPhase = "$out/bin/qbpm --help";
38+
postInstallCheck = "$out/bin/qbpm --help";
4039
postInstall = ''
4140
_QBPM_COMPLETE=bash_source $out/bin/qbpm > completions/qbpm.bash
4241
_QBPM_COMPLETE=zsh_source $out/bin/qbpm > completions/qbpm.zsh

0 commit comments

Comments
 (0)