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