You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should be able to simplify some of the code by using the new ops.jujucontext._JujuContext class to manage mocking the environment variables that normally come from Juju.
There's some compatibility code added in #178 that can be cleaned out and replaced by requiring the newer version of ops and making proper use of a _JujuContext object.
Maybe we want to do this and #125 together, or do that one first and then this one?
We should be able to simplify some of the code by using the new
ops.jujucontext._JujuContext
class to manage mocking the environment variables that normally come from Juju.There's some compatibility code added in #178 that can be cleaned out and replaced by requiring the newer version of ops and making proper use of a
_JujuContext
object.Maybe we want to do this and #125 together, or do that one first and then this one?
Relevant ops PR: canonical/operator#1313
The text was updated successfully, but these errors were encountered: