Qulacs-Osaka / scikit-qulacs

scikit-qulacs is a library for quantum neural network. This library is based on qulacs and named after scikit-learn.
https://qulacs-osaka.github.io/scikit-qulacs/index.html
MIT License
19 stars 6 forks source link

Update dependency pytest-benchmark to v4 - autoclosed #250

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

ionelmc/pytest-benchmark ### [`v4.0.0`](https://togithub.com/ionelmc/pytest-benchmark/blob/HEAD/CHANGELOG.rst#​400-2022-10-26) [Compare Source](https://togithub.com/ionelmc/pytest-benchmark/compare/v3.4.1...v4.0.0) - Dropped support for legacy Pythons (2.7, 3.6 or older). - Switched CI to GitHub Actions. - Removed dependency on the `py` library (that was not properly specified as a dependency anyway). - Fix skipping test in `test_utils.py` if appropriate VCS not available. Also fix typo. Contributed by Sam James in `#​211 `\_. - Added support for pytest 7.2.0 by using `pytest.hookimpl` and `pytest.hookspec` to configure hooks. Contributed by Florian Bruhin in `#​224 `\_. - Now no save is attempted if `--benchmark-disable` is used. Fixes `#​205 `*. Contributed by Friedrich Delgado in `#​207 `*.

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

codecov[bot] commented 1 year ago

Codecov Report

Merging #250 (f0096d3) into main (e5e6577) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #250   +/-   ##
=======================================
  Coverage   92.54%   92.54%           
=======================================
  Files          12       12           
  Lines         993      993           
  Branches      189      191    +2     
=======================================
  Hits          919      919           
  Misses         41       41           
  Partials       33       33           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more