Skip to content

Commit

Permalink
Merge pull request #292342 from 7c6f434c/reptyr-no-tests
Browse files Browse the repository at this point in the history
reptyr: disable tests
  • Loading branch information
7c6f434c committed Feb 29, 2024
2 parents 769bb1b + 9daae56 commit 0a1fcf8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/os-specific/linux/reptyr/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ in stdenv.mkDerivation rec {

nativeCheckInputs = [ python ];

doCheck = true;
# reptyr needs to do ptrace of a non-child process
# It can be neither used nor tested if the kernel is not told to allow this
doCheck = false;

checkFlags = [
"PYTHON_CMD=${python.interpreter}"
Expand Down

0 comments on commit 0a1fcf8

Please sign in to comment.