canonical / ops-scenario

State-transition testing SDK for Operator Framework Juju charms.
Apache License 2.0
10 stars 7 forks source link

fix: bump required ops version to 2.12 to get CloudSpec/CloudCredential #150

Closed tonyandrewmeyer closed 2 months ago

tonyandrewmeyer commented 2 months ago

I think the pattern we use is to just bump the dependency, rather than add in code to make some functionality only available with some ops versions. Typically, tests will be using a separate set of requirements anyway.

Fixes #149

tonyandrewmeyer commented 2 months ago

Ah, I accidentally included this in #128, so no need for anything here.