python311Packages.gradio: fix darwin tests by allowing local networking

This commit is contained in:
Gaetan Lepage 2024-05-11 15:18:31 +02:00
parent 654f69d29f
commit 786362a766

View File

@ -202,6 +202,8 @@ buildPythonPackage rec {
#"-W" "ignore" # uncomment for debugging help
];
__darwinAllowLocalNetworking = true;
# check the binary works outside the build env
doInstallCheck = true;
postInstallCheck = ''