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

Bump pytest-qt from 4.0.2 to 4.1.0 #172

Merged
merged 1 commit into from
Jun 28, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 28, 2022

Bumps pytest-qt from 4.0.2 to 4.1.0.

Changelog

Sourced from pytest-qt's changelog.

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

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.0.2 to 4.1.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.0.2...4.1.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 dependencies maintenance Low-impact maintenance activity labels Jun 28, 2022
@codecov
Copy link

codecov bot commented Jun 28, 2022

Codecov Report

Merging #172 (48d1877) into main (45ba85c) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #172   +/-   ##
=======================================
  Coverage   97.22%   97.22%           
=======================================
  Files           8        8           
  Lines         648      648           
  Branches       90       90           
=======================================
  Hits          630      630           
  Partials       18       18           

@tkoyama010 tkoyama010 merged commit e5306f2 into main Jun 28, 2022
@tkoyama010 tkoyama010 deleted the dependabot/pip/pytest-qt-4.1.0 branch June 28, 2022 02:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies maintenance Low-impact maintenance activity
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant