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

Update dependency pytest-benchmark to v5 #855

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 31, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pytest-benchmark (changelog) ^4.0.0 -> ^5.0.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

ionelmc/pytest-benchmark (pytest-benchmark)

v5.1.0

Compare Source

  • Fixed broken hooks handling on pytest 8.1 or later (the TypeError: import_path() missing 1 required keyword-only argument: 'consider_namespace_packages' issue).
    Unfortunately this sets the minimum supported pytest version to 8.1.

v5.0.1

Compare Source

  • Fixed bad fixture check that broke down then nbmake <https://pypi.org/project/nbmake/>_ was enabled.

v5.0.0

Compare Source

  • Dropped support for now EOL Python 3.8. Also moved tests suite to only test the latest pytest versions (8.3.x).

  • Fix generate parametrize tests benchmark csv report errors (issue #&#8203;268 <https://github.com/ionelmc/pytest-benchmark/issues/268>).
    Contributed by Johnny Huang in #&#8203;269 <https://github.com/ionelmc/pytest-benchmark/pull/269>
    .

  • Added the --benchmark-time-unit cli option for overriding the measurement unit used for display.
    Contributed by Tony Kuo in #&#8203;257 <https://github.com/ionelmc/pytest-benchmark/pull/257>_.

  • Fixes spelling in some help texts.
    Contributed by Eugeniy in #&#8203;267 <https://github.com/ionelmc/pytest-benchmark/pull/267>_.

  • Added new cprofile options:

    • --benchmark-cprofile-loops=LOOPS - previously profiling only ran the function once, this allow customization.
    • --benchmark-cprofile-top=COUNT - allows showing more rows.
    • --benchmark-cprofile-dump=[FILENAME-PREFIX] - allows saving to a file (that you can load in snakeviz <https://pypi.org/project/snakeviz/>, RunSnakeRun <https://pypi.org/project/RunSnakeRun/> or other tools).
  • Removed hidden dependency on py.path <https://pypi.org/project/py/>_ (replaced with pathlib).


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Oct 31, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: poetry.lock
[04:38:07.032] INFO (1297): Installing tool python@3.8...
Invalid version - Patch not defined: 3.8
[04:38:07.120] ERROR (1297): Command failed with exit code 1: /usr/local/containerbase/bin/install-tool.sh python 3.8
[04:38:07.121] FATAL (1297): Install tool python failed in 115ms.


Copy link

sourcery-ai bot commented Oct 31, 2024

🧙 Sourcery has finished reviewing your pull request!


Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time. You can also use
    this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. Here's why:

  • It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!
  • We don't review packaging changes - Let us know if you'd like us to change this.

Copy link

@renovate renovate bot force-pushed the renovate/pytest-benchmark-5.x branch 13 times, most recently from 461ac7f to 91711d8 Compare January 4, 2025 18:11
@renovate renovate bot force-pushed the renovate/pytest-benchmark-5.x branch 8 times, most recently from 669f3aa to 12cf6a2 Compare January 16, 2025 01:22
@renovate renovate bot force-pushed the renovate/pytest-benchmark-5.x branch 2 times, most recently from 85ae028 to caf888c Compare January 19, 2025 17:16
@renovate renovate bot force-pushed the renovate/pytest-benchmark-5.x branch 11 times, most recently from 50cb76c to eb86ee7 Compare January 25, 2025 05:41
@renovate renovate bot force-pushed the renovate/pytest-benchmark-5.x branch 4 times, most recently from 2a7bdce to c73d84b Compare January 30, 2025 01:13
@renovate renovate bot force-pushed the renovate/pytest-benchmark-5.x branch from c73d84b to 0133475 Compare January 30, 2025 04:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants