Skip to content

Bump pytest-qt from 2.3.1 to 3.2.1#14

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

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

Conversation

@dependabot-preview
Copy link

Bumps pytest-qt from 2.3.1 to 3.2.1.

Changelog

Sourced from pytest-qt's changelog.

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
    used.

  • qtbot.waitSignal with timeout 0 now expects the signal to arrive
    directly in the code enclosed by it.

Thanks [**The-Compiler**](https://github.com/The-Compiler)_ for the PRs.

3.0.2 (2018-08-31)

... (truncated)
Commits
  • 00ce480 Fix compatibility with PyQt5 5.11.3
  • 387428c Merge pull request #244 from pytest-dev/release-3.2.0
  • 9c757da Release v3.2.0
  • 3392573 Merge pull request #242 from The-Compiler/assert-called
  • 02140ef Add CallbackBlocker.assert_called_with()
  • 6194a02 Merge pull request #241 from pytest-dev/release-3.1.0
  • 1ddb595 Release v3.1.0
  • ad1cbfd Merge pull request #239 from The-Compiler/modeltester-cpp
  • b447fef Fix linting
  • 73ef855 Check rec.context is not None before formatting
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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.1.
- [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.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Nov 19, 2018
@dependabot-preview
Copy link
Author

Superseded by #16.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/develop/pytest-qt-3.2.1 branch December 17, 2018 10:27
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