Timeout script requires top-level utility package
Bug #1675446 reported by
Aaron Bentley
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
juju-ci-tools |
Triaged
|
High
|
Unassigned |
Bug Description
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. This might require using python -m.
- 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.