From 9eafec7a2717121b3d9774bc5e946da9da7412b9 Mon Sep 17 00:00:00 2001 From: Xiangyan Sun Date: Fri, 24 Apr 2026 15:58:45 -0700 Subject: [PATCH] python3Packages.shiv: disable tests that access network --- pkgs/development/python-modules/shiv/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/development/python-modules/shiv/default.nix b/pkgs/development/python-modules/shiv/default.nix index 5c6e425ecd88..b2ff61dd31a7 100644 --- a/pkgs/development/python-modules/shiv/default.nix +++ b/pkgs/development/python-modules/shiv/default.nix @@ -41,6 +41,11 @@ buildPythonPackage rec { "test_preamble_no_pip" "test_alternate_root" "test_alternate_root_environment_variable" + # Network required (pip install in test fails in sandbox) + "test_ensure_no_modify" + "test_find_entry_point" + "test_find_entry_point_two_points" + "test_console_script_exists" ]; meta = {