google-cloud-sdk: remove gsutil test
The command module references the tests, and since all command modules
get imported at startup, dbaafbbf73
turned it into a startup crash.
Unless you're actively hacking on gsutil, this command isn't much use,
so we're better off without it.
This commit is contained in:
parent
0c403efde9
commit
5bda7e7fb2
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ in stdenv.mkDerivation rec {
|
|||
|
||||
# remove tests and test data
|
||||
find $out -name tests -type d -exec rm -rf '{}' +
|
||||
rm $out/google-cloud-sdk/platform/gsutil/gslib/commands/test.py
|
||||
|
||||
# compact all the JSON
|
||||
find $out -name \*.json | while read path; do
|
||||
|
|
Loading…
Reference in a new issue