python3Packages.shiv: disable tests that access network (#513218)
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user