Results 1029 comments of Randy Lai

`coverage` is removed in that line because it would soon be installed by Package Control

I don’t think Package Control supports dev-only dependencies. You'll need to clone the specific modules and make them available to your computer locally (or remotely if you are working with...

Cloning your [package](https://github.com/abathur/constellation) and running UnitTesting reveals that there is an error in the source code ``` test_core (unittest.loader.ModuleImportFailure) ... ERROR ====================================================================== ERROR: test_core (unittest.loader.ModuleImportFailure) ---------------------------------------------------------------------- Traceback (most recent call...

how about using `yield form` https://docs.python.org/3/whatsnew/3.3.html#pep-380?

A syntax error like that is always fatal. This is the reason for the timeout.

Wait, I may have misunderstood the issue, the error was from the test suite....there may be something fishy there.

what if you add `language: python`? https://github.com/SublimeText/UnitTesting/blob/master/.travis.yml#L7 It may use a different container that has the required libraries.

AFAIK, there is only one variation of container for macOS. Specifying `language` doesn't work for macOS.

Awesome, looking forward to it.

Is it ready to review?