Loading pkgs/development/python-modules/gradio/client.nix +4 −1 Original line number Diff line number Diff line Loading @@ -105,7 +105,10 @@ buildPythonPackage rec { __darwinAllowLocalNetworking = true; passthru.updateScript = nix-update-script { extraArgs = [ "--version-regex" "gradio_client@(.*)" ]; extraArgs = [ "--version-regex" "gradio_client@(.*)" ]; }; meta = { Loading pkgs/development/python-modules/gradio/default.nix +76 −74 Original line number Diff line number Diff line Loading @@ -169,7 +169,8 @@ buildPythonPackage rec { ulimit -n 4096 ''; disabledTests = [ disabledTests = [ # Actually broken "test_mount_gradio_app" "test_processing_utils_backwards_compatibility" # type error Loading Loading @@ -200,7 +201,8 @@ buildPythonPackage rec { # tests if pip and other tools are installed "test_get_executable_path" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ # flaky on darwin (depend on port availability) "test_all_status_messages" "test_async_generators" Loading Loading
pkgs/development/python-modules/gradio/client.nix +4 −1 Original line number Diff line number Diff line Loading @@ -105,7 +105,10 @@ buildPythonPackage rec { __darwinAllowLocalNetworking = true; passthru.updateScript = nix-update-script { extraArgs = [ "--version-regex" "gradio_client@(.*)" ]; extraArgs = [ "--version-regex" "gradio_client@(.*)" ]; }; meta = { Loading
pkgs/development/python-modules/gradio/default.nix +76 −74 Original line number Diff line number Diff line Loading @@ -169,7 +169,8 @@ buildPythonPackage rec { ulimit -n 4096 ''; disabledTests = [ disabledTests = [ # Actually broken "test_mount_gradio_app" "test_processing_utils_backwards_compatibility" # type error Loading Loading @@ -200,7 +201,8 @@ buildPythonPackage rec { # tests if pip and other tools are installed "test_get_executable_path" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ # flaky on darwin (depend on port availability) "test_all_status_messages" "test_async_generators" Loading