audit: disable parallel checking
On machines with a high CPU count these tests fail otherwise.
This commit is contained in:
@@ -108,6 +108,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
pythonImportsCheck = [ "audit" ];
|
||||
|
||||
enableParallelChecking = false;
|
||||
doCheck = true;
|
||||
|
||||
postInstall = ''
|
||||
|
||||
Reference in New Issue
Block a user