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 #653

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 29, 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 - "after 5pm every weekday,before 8am every weekday,every weekend" in timezone America/Chicago, 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.

@renovate renovate bot added dependencies Pull requests that update a dependency file renovate labels Oct 29, 2024
@renovate renovate bot force-pushed the renovate/pytest-benchmark-5.x branch 3 times, most recently from 63b7959 to 0af2673 Compare November 3, 2024 16:40
@renovate renovate bot force-pushed the renovate/pytest-benchmark-5.x branch 4 times, most recently from d3383e3 to c71449b Compare November 9, 2024 03:46
@renovate renovate bot force-pushed the renovate/pytest-benchmark-5.x branch from c71449b to f18fa3b Compare November 13, 2024 03:13
@renovate renovate bot force-pushed the renovate/pytest-benchmark-5.x branch from f18fa3b to 9a015ff Compare November 15, 2024 03:07
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 renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant