kubespray
kubespray copied to clipboard
Bump pytest-testinfra from 9.0.0 to 10.1.0
Bumps pytest-testinfra from 9.0.0 to 10.1.0.
Release notes
Sourced from pytest-testinfra's releases.
v10.1.0
What's Changed
- Import future annotations for pytest 6, Python 3.9 compatibility by
@martinhoyerin pytest-dev/pytest-testinfra#756- Bump actions/setup-python from 4 to 5 by
@dependabotin pytest-dev/pytest-testinfra#749- testinfra/modules/interface: Implement link property by
@BenoitKnechtin pytest-dev/pytest-testinfra#744- Teaching GNUFile methods to follow symlinks by
@pfuntnerin pytest-dev/pytest-testinfra#751New Contributors
@martinhoyermade their first contribution in pytest-dev/pytest-testinfra#756@pfuntnermade their first contribution in pytest-dev/pytest-testinfra#751Full Changelog: https://github.com/pytest-dev/pytest-testinfra/compare/10.0.0...10.1.0
v10.0.0
What's Changed
- [FIX] Fix output of error message by
@CarstenGrohmannin pytest-dev/pytest-testinfra#726- [FIX] Ansible: Fix for missing group names in get_variables() by
@marcandre-larochelle-bellin pytest-dev/pytest-testinfra#724- [FIX] testinfra/modules/blockdevice: Don't fail on stderr by
@BenoitKnechtin pytest-dev/pytest-testinfra#745- [DOC] Extend and show the documentation of CommandResult by
@CarstenGrohmannin pytest-dev/pytest-testinfra#742- [FIX] Extend list of valid suffixes for systemd units by
@CarstenGrohmannin pytest-dev/pytest-testinfra#740- [DOC] Add missing Environment doc section by
@amaslennin pytest-dev/pytest-testinfra#739- [MISC] Define types for plugin.py by
@amaslennin pytest-dev/pytest-testinfra#738- [MISC] Bump actions/checkout from 3 to 4 by
@dependabotin pytest-dev/pytest-testinfra#734- [FIX] Missing RHEL distribution in package module by
@700grmin pytest-dev/pytest-testinfra#731- [NEW] feat(package): brew support by
@soof-golanin pytest-dev/pytest-testinfra#743- [NEW] Add Service.exists by
@CarstenGrohmannin pytest-dev/pytest-testinfra#741- [MISC] Make CommandResult a dataclass by
@amaslennin pytest-dev/pytest-testinfra#722New Contributors
@marcandre-larochelle-bellmade their first contribution in pytest-dev/pytest-testinfra#724@700grmmade their first contribution in pytest-dev/pytest-testinfra#731@soof-golanmade their first contribution in pytest-dev/pytest-testinfra#743Full Changelog: https://github.com/pytest-dev/pytest-testinfra/compare/9.0.0...10.0.0
Changelog
Sourced from pytest-testinfra's changelog.
10.1.0
- [NEW] Add Interface.link property
- [FIX] Make file properties follow symlinks
- [FIX] Require pytest>=6 and use future annotations for pytest<7 compatibility
10.0.0
- [FIX] Ansible: Fix for missing group names in get_variables()
- [FIX] testinfra/modules/blockdevice: Don't fail on stderr
- [DOC] Extend and show the documentation of CommandResult
- [FIX] Extend list of valid suffixes for systemd units
- [DOC] Add missing Environment doc section
- [MISC] Define types for plugin.py
- [FIX] Missing RHEL distribution in package module
- [NEW] Add brew support in package module
- [NEW] Add Service.exists
- [MISC] Make CommandResult a dataclass
Commits
54f3b5cUpdate changelog for 10.1.032e64d8Add missing changelog for 10.0.0d2bcd9fTeaching GNUFile methods to follow symlinks525bde4testinfra/modules/interface: Implement link property7abe568Bump actions/setup-python from 4 to 5c82965dRequire pytest>=62ae2ac2Use future annotations for pytest<7 compatibilitydc48cd9Make CommandResult a dataclass (#722)76170a4Add Service.exists70554d3feat: brew support- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Hi @dependabot[bot]. Thanks for your PR.
I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test label.
I understand the commands that are listed here.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
/ok-to-test
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: dependabot[bot], mzaian
The full list of commands accepted by this bot can be found here.
The pull request process is described here
- ~~OWNERS~~ [mzaian]
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment