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 the python-packages group across 1 directory with 4 updates #15734

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 15, 2025

Bumps the python-packages group with 4 updates in the / directory: avocado-framework, avocado-framework-plugin-result-html, avocado-framework-plugin-varianter-yaml-to-mux and pylint.

Updates 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

Updates avocado-framework-plugin-result-html from 82 to 109.0

Updates avocado-framework-plugin-varianter-yaml-to-mux from 82 to 109.0

Updates pylint from 3.3.2 to 3.3.3

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 15, 2025
Copy link

Errors are component not formatted correctly,Ticket number prefix incorrect,PR title is malformatted. See https://daosio.atlassian.net/wiki/spaces/DC/pages/11133911069/Commit+Comments,Unable to load ticket data
https://daosio.atlassian.net/browse/Bump

@daosbuild1
Copy link
Collaborator

Test stage NLT on EL 8.8 completed with status UNSTABLE. https://build.hpdd.intel.com/job/daos-stack/job/daos//view/change-requests/job/PR-15734/1/testReport/

@daosbuild1
Copy link
Collaborator

Test stage Test RPMs on EL 8.6 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-15734/1/execution/node/1139/log

@dependabot dependabot bot force-pushed the dependabot/pip/python-packages-33ad980f60 branch from 77d300f to b47a3b7 Compare January 16, 2025 01:17
@daosbuild1
Copy link
Collaborator

Test stage Test RPMs on EL 8.6 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-15734/2/execution/node/1133/log

@dependabot dependabot bot force-pushed the dependabot/pip/python-packages-33ad980f60 branch from b47a3b7 to 39579b6 Compare January 17, 2025 01:24
@daosbuild1
Copy link
Collaborator

Test stage Test RPMs on EL 8.6 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-15734/3/execution/node/1133/log

Bumps the python-packages group with 4 updates in the / directory: [avocado-framework](https://github.com/avocado-framework/avocado), [avocado-framework-plugin-result-html](http://avocado-framework.github.io/), [avocado-framework-plugin-varianter-yaml-to-mux](http://avocado-framework.github.io/) and [pylint](https://github.com/pylint-dev/pylint).


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

Updates `avocado-framework-plugin-result-html` from 82 to 109.0

Updates `avocado-framework-plugin-varianter-yaml-to-mux` from 82 to 109.0

Updates `pylint` from 3.3.2 to 3.3.3
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.3.2...v3.3.3)

---
updated-dependencies:
- dependency-name: avocado-framework
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: avocado-framework-plugin-result-html
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: avocado-framework-plugin-varianter-yaml-to-mux
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: pylint
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/python-packages-33ad980f60 branch from 39579b6 to 1937367 Compare January 20, 2025 01:52
@daosbuild1
Copy link
Collaborator

Test stage Test RPMs on EL 8.6 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-15734/4/execution/node/1124/log

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
Development

Successfully merging this pull request may close these issues.

1 participant