Comment 0 for bug 1675446

Revision history for this message
Aaron Bentley (abentley) wrote :

The timeout script requires a top-level package, named "utility" to exist and provide until_timeout.

This is not something that jujupy should be installing.
- We could fix the import.
- We could remove the import by copying the imported code.
- We could perform timeout's functionality in-line, and remove timeout.

This blocks a 1.0 release.