mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
reptyr: disable tests
Both use and testing require ptrace of non-child processes Fixes: #292299
This commit is contained in:
parent
51363e5c0d
commit
9daae56550
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user