python311Packages.gradio: fix darwin tests by allowing local networking
This commit is contained in:
parent
654f69d29f
commit
786362a766
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user