Merge pull request #292342 from 7c6f434c/reptyr-no-tests
reptyr: disable tests
This commit is contained in:
commit
0a1fcf86eb
1 changed files with 3 additions and 1 deletions
|
@ -17,7 +17,9 @@ in stdenv.mkDerivation rec {
|
||||||
|
|
||||||
nativeCheckInputs = [ python ];
|
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 = [
|
checkFlags = [
|
||||||
"PYTHON_CMD=${python.interpreter}"
|
"PYTHON_CMD=${python.interpreter}"
|
||||||
|
|
Loading…
Reference in a new issue