Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump avocado-framework from 82 to 109.0 #86

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 10, 2025

Bumps avocado-framework from 82 to 109.0.

Release notes

Sourced from avocado-framework's releases.

109.0

No release notes provided.

108.0

No release notes provided.

107.0

No release notes provided.

106.0 - Taking Off

The Avocado team is proud to present another release: Avocado 106.0, AKA "Taking Off", is now available!

Release documentation: Avocado 106.0

Users/Test Writers

  • The usage of Coverage.py (the de-facto Python tool for for test coverage) with Avocado received a number of improvements such as support for python-unittest tests in addition to avocado-instrumented tests.

  • When listing tests with avocado -V list, the resolver that handled the reference to test resolution is now shown. The reason is that with the introduction of resolvers such as runnable-recipe and runnables-recipe the resolver may not be the same as the test type.

  • Job log files can now use a memory buffer to reduce I/O pressure when there's much log activity. Users can set the job.run.logging_buffer_size with the desired buffer size.

Utility Modules

  • avocado.utils.disk.get_io_scheduler_list: new utility function that returns the I/O scheduler available for the I/O device.

  • avocado.utils.disk.get_io_scheduler: new utility function that returns the I/O scheduler which is currently set for a device.

Bug Fixes

  • The resolver could fail to check file permissions on systems such as macOS due to limitations in os.access. A more robust check is now used based on os.stat.

... (truncated)

Commits
  • 644e7b6 Changes for release 109.0
  • d645175 Release notes for 109.0
  • 4485a24 Merge pull request #6057 from clebergnu/rpm_latest_release
  • 68f6133 Use "avocado-latest-release" repository
  • 108ae8f Merge pull request #6088 from richtja/pre_release_fix
  • 5005909 avocado-pre-release pip install
  • e7496db Merge remote-tracking branch 'richtja/pip_runner'
  • 379fe0f PIP runner introduction
  • f708ac9 Merge remote-tracking branch 'richtja/resultsdb-api_dependency_fix'
  • a4cd2aa resultsdb-api support on 3.8 fix
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

This change is Reviewable

Bumps [avocado-framework](https://github.com/avocado-framework/avocado) from 82 to 109.0.
- [Release notes](https://github.com/avocado-framework/avocado/releases)
- [Commits](avocado-framework/avocado@82.0...109.0)

---
updated-dependencies:
- dependency-name: avocado-framework
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants