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:
edef 2020-02-13 11:14:31 +00:00
parent 0c403efde9
commit 5bda7e7fb2

View file

@ -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