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

build(deps): bump pytest-qt from 4.1.0 to 4.2.0 #294

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 30, 2023

Bumps pytest-qt from 4.1.0 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

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)

Bumps [pytest-qt](https://github.com/pytest-dev/pytest-qt) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/pytest-dev/pytest-qt/releases)
- [Changelog](https://github.com/pytest-dev/pytest-qt/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-qt@4.1.0...4.2.0)

---
updated-dependencies:
- dependency-name: pytest-qt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 30, 2023
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
Projects
None yet
0 participants