anaynayak / buildnotify

A system tray based build status notification app for cctray.xml feeds.
https://anaynayak.github.io/buildnotify/
Other
29 stars 7 forks source link

Bump pytest-qt from 4.0.2 to 4.2.0 #275

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps pytest-qt from 4.0.2 to 4.2.0.

Changelog

Sourced from pytest-qt's changelog.

4.2.0 (2022-10-25)

  • Import the code sub-package from the correct location rather than the deprecated py package, restoring compatibility with pytest 7.2.0, where py was dropped. Thanks @The-Compiler_ for the PR.

  • Use pytest.hookimpl to configure hooks, avoiding a deprecation warning in pytest 7.2.0. Thanks @The-Compiler_ for the PR.

  • Now pytest-qt will check if any of the Qt libraries is already imported by the time the plugin loads, and use it if that is the case ([#412](https://github.com/pytest-dev/pytest-qt/issues/412)). Thanks @eyllanesc for the PR.

  • Most custom pytest-qt exceptions can be accessed via qtbot (for example qtbot.TimeoutError), but it was not always explicit in the documentation that this is the recommended way to access those exceptions, instead of importing them from pytestqt.exceptions. This is now clarified in the documentation and examples, and an alias to ScreenshotError has been added to qtbot so it can be accessed in the same way ([#460](https://github.com/pytest-dev/pytest-qt/issues/460)_).

.. _#412: pytest-dev/pytest-qt#412 .. _#460: pytest-dev/pytest-qt#460 .. _@​eyllanesc: https://github.com/eyllanesc

4.1.0 (2022-06-23)

  • pytest-qt now requires Python 3.7+.
  • Improved PEP-8 aliases definition so they have a smaller call stack depth by one and better parameter suggestions in IDEs. ([#383](https://github.com/pytest-dev/pytest-qt/issues/383)). Thanks @luziferius for the PR.
  • Updated model tester handling around hasChildren based on Qt's updates.
  • New qapp_cls fixture returning the QApplication class to use, thus making it easier to use a custom subclass without having to override the whole qapp fixture. Thanks @The-Compiler_ for the PR.
  • Updated model tester to track/verify in-flight changes based on Qt's updates. Thanks @The-Compiler_ for the PR.
  • New qtbot.screenshot() method which can be used to take a screenshot of the given widget. Thanks @The-Compiler_ for the PR.

.. _#383: pytest-dev/pytest-qt#383 .. _@​luziferius: https://github.com/luziferius

Commits
  • 4116fa2 Release 4.2.0
  • e77d777 Merge pull request #460 from nicoddemus/459-timeout-error
  • 83fd352 Reference TimeoutError and ScreenshotError via qtbot
  • 1eb6ccf pre-commit: add auto-flake and move black to the bottom
  • f7ec128 Merge pull request #462 from The-Compiler/drop-py
  • c40499b Stop importing from py
  • 5b6ed5c Select Qt backend if already imported
  • 03b2f82 [pre-commit.ci] pre-commit autoupdate (#458)
  • fc47e84 Merge pull request #455 from The-Compiler/new-hookimpl
  • 65ab139 Use pytest.hookimpl
  • Additional commits viewable in compare view


Dependabot compatibility score

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 ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

dependabot[bot] commented 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.