chore(deps): update dependency pytest-jubilant to v2#166
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
e51150f to
8a76841
Compare
8a76841 to
3883a10
Compare
3883a10 to
d41c7e9
Compare
d41c7e9 to
6d6b5f0
Compare
6d6b5f0 to
e85d568
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
<2→<3Release Notes
canonical/pytest-jubilant (pytest-jubilant)
v2.1.1Compare Source
This bugfix release corrects an issue introduced in 2.1.0, which only affects users who had started specifying the Juju controller name. The controller name is now passed to
jubilant.Juju.add_modelseparately rather than as part of the model name.What's Changed
Full Changelog: canonical/pytest-jubilant@v2.1.0...v2.1.1
v2.1.0Compare Source
This feature release adds support for specifying the Juju cloud and controller, enabling cross model and cross substrate testing. These can be set globally on the CLI with
--juju-cloudand--juju-controller, and overridden on a per-model basis with thecloudandcontrollerarguments tojuju_factory.get_juju.What's Changed
New Contributors
Full Changelog: canonical/pytest-jubilant@v2.0.1...v2.1.0
v2.0.1: 2.0.1: Add py.typed markerCompare Source
This patch release adds the
py.typedfile to the library that tells type checkers to use the library's own type annotations for typing information.What's Changed
Full Changelog: canonical/pytest-jubilant@v2.0.0...v2.0.1
v2.0.0: 2.0.0: A slimmer, namespaced APICompare Source
The 2.0 release is marked by renaming and behaviour change across the entire library. The current behaviour is thoroughly documented in the readme.
This library is now maintained by @canonical/charm-tech. We're committed to semantic versioning going forward, and do not intend to release another major version in the foreseeable future. You should pin
pytest-jubilantin your dependencies to>=2,<3.jujuprefix, andtemp_model_factoryhas been renamed tojuju_factory.--keep-modelsoption has been dropped, while --no-juju-setup and --no-juju-teardown now control whether models are created or torn down in addition to whether juju_setup and juju_teardown tests are executed.juju debug-logfor all temporary models to./.logs, or--juju-dump-logs <somedir>to dump them to<somedir>instead.juju debug-logfor each temporary model are emitted tostderrif any tests fail.packandget_resourceshelpers have been dropped from the library, reflecting the new design philosophy.What's Changed
Full Changelog: canonical/pytest-jubilant@v1.3.0...v2.0.0
Configuration
📅 Schedule: (UTC)
* * * * 0,6)🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.