python3Packages.pydantic: enable parallel build

This commit is contained in:
Phillip Cloud 2022-04-22 07:27:00 -04:00 committed by Frederik Rietdijk
parent 5be42ba941
commit e7c481adee

View File

@ -43,6 +43,8 @@ buildPythonPackage rec {
export HOME=$(mktemp -d)
'';
enableParallelBuilding = true;
pythonImportsCheck = [ "pydantic" ];
meta = with lib; {