Merge pull request #292342 from 7c6f434c/reptyr-no-tests

reptyr: disable tests
This commit is contained in:
7c6f434c 2024-02-29 16:13:11 +00:00 committed by GitHub
commit 0a1fcf86eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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}"