Skip to content

Bump pytest-qt from 2.3.1 to 3.2.2#16

Open
dependabot-preview[bot] wants to merge 1 commit intodevelopfrom
dependabot/pip/develop/pytest-qt-3.2.2
Open

Bump pytest-qt from 2.3.1 to 3.2.2#16
dependabot-preview[bot] wants to merge 1 commit intodevelopfrom
dependabot/pip/develop/pytest-qt-3.2.2

Conversation

@dependabot-preview
Copy link

Bumps pytest-qt from 2.3.1 to 3.2.2.

Changelog

Sourced from pytest-qt's changelog.

3.2.2 (2018-12-13)

  • Fix Off-by-one error in modeltester (#249). Thanks [**ext-jmmugnes**](https://github.com/ext-jmmugnes) for the PR.

.. _#249: https://github-redirect.dependabot.com/pytest-dev/pytest-qt/pull/249

3.2.1 (2018-10-01)

  • Fixed compatibility with PyQt5 5.11.3

3.2.0 (2018-09-26)

  • The CallbackBlocker returned by qtbot.waitCallback() now has a new
    assert_called_with(...) convenience method.

3.1.0 (2018-09-23)

  • If Qt's model tester implemented in C++ is available (PyQt5 5.11 or newer),
    the qtmodeltester fixture now uses that instead of the Python
    implementation. This can be turned off by passing force_py=True to
    qtmodeltester.check().

  • The Python code used by qtmodeltester is now based on the latest Qt
    modeltester. This also means that the data_display_may_return_none
    attribute for qtmodeltester isn't used anymore.

  • New qtbot.waitCallback() method that returns a CallbackBlocker, which
    can be used to wait for a callback to be called.

  • qtbot.assertNotEmitted now has a new wait parameter which can be used
    to make sure asynchronous signals aren't emitted by waiting after the code in
    the with block finished.

  • The qt_wait_signal_raising option was renamed to qt_default_raising.
    The old name continues to work, but is deprecated.

  • The docs still referred to SignalTimeoutError in some places, despite it
    being renamed to TimeoutError in the 2.1 release. This is now corrected.

  • Improve debugging output when no Qt wrapper was found.

  • When no context is available for warnings on Qt 5, no None:None:0 line is
    shown anymore.

  • The no_qt_log marker is now registered with pytest so --strict can be

... (truncated)
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 cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [pytest-qt](https://github.com/pytest-dev/pytest-qt) from 2.3.1 to 3.2.2.
- [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@2.3.1...3.2.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Dec 17, 2018
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

Development

Successfully merging this pull request may close these issues.

1 participant