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 = {