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
It looks like python-libjuju itself allows you to easily override the default of 4MB. However, pytest-operator doesn't expose this setting. It looks like your best bet for a workaround would be to monkey-patch plugin.OpsTest._connect_to_model so you can change the model.connect call.
juju/python-libjuju#1237
Ben mentioned earlier
WDYT about either an environment variable or pytest option with the same default as https://github.com/juju/python-libjuju/blob/773cda507de34d3ccbda171e0b53589fe083c34d/juju/client/connection.py#L111 ?
The text was updated successfully, but these errors were encountered: