-
Notifications
You must be signed in to change notification settings - Fork 2
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
base: main
Are you sure you want to change the base?
Conversation
|
🧙 Sourcery has finished reviewing your pull request! Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this 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.
Quality Gate passedIssues Measures |
461ac7f
to
91711d8
Compare
669f3aa
to
12cf6a2
Compare
85ae028
to
caf888c
Compare
50cb76c
to
eb86ee7
Compare
2a7bdce
to
c73d84b
Compare
c73d84b
to
0133475
Compare
Quality Gate passedIssues Measures |
This PR contains the following updates:
^4.0.0
->^5.0.0
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
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
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
#​268 <https://github.com/ionelmc/pytest-benchmark/issues/268>
).Contributed by Johnny Huang in
#​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
#​257 <https://github.com/ionelmc/pytest-benchmark/pull/257>
_.Fixes spelling in some help texts.
Contributed by Eugeniy in
#​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 insnakeviz <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.
This PR was generated by Mend Renovate. View the repository job log.