audit: disable parallel checking

On machines with a high CPU count these tests fail otherwise.
This commit is contained in:
nikstur
2025-09-18 00:09:37 +02:00
parent 62082a4eff
commit 7b2119e808
+1
View File
@@ -108,6 +108,7 @@ stdenv.mkDerivation (finalAttrs: {
pythonImportsCheck = [ "audit" ];
enableParallelChecking = false;
doCheck = true;
postInstall = ''