Click recently came out with a new version where "Subcommands that are named by the function now automatically have the underscore replaced with a dash. If you register a function named my_command it becomes my-command in the command line interface." This breaks tests as it affects some cli commands `superset load_examples` is now `superset load-examples`.
Pinning to the previous version of click before this change to fix travis. [ Full content available at: https://github.com/apache/incubator-superset/pull/5975 ] This message was relayed via gitbox.apache.org for [email protected]
