python3Packages.shiv: disable tests that access network (#513218)

This commit is contained in:
Nick Cao
2026-04-27 19:17:40 +00:00
committed by GitHub
@@ -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 = {