Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps pytest from 4.2.0 to 4.2.1.

Changelog

Sourced from pytest's changelog.

pytest 4.2.1 (2019-02-12)

Bug Fixes

  • #2895 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/2895>_: The pytest_report_collectionfinish hook now is also called with --collect-only.

  • #3899 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/3899>_: Do not raise UsageError when an imported package has a pytest_plugins.py child module.

  • #4347 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/4347>_: Fix output capturing when using pdb++ with recursive debugging.

  • #4592 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/4592>_: Fix handling of collect_ignore via parent conftest.py.

  • #4700 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/4700>_: Fix regression where setUpClass would always be called in subclasses even if all tests
    were skipped by a unittest.skip() decorator applied in the subclass.

  • #4739 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/4739>_: Fix parametrize(... ids=<function>) when the function returns non-strings.

  • #4745 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/4745>_: Fix/improve collection of args when passing in __init__.py and a test file.

  • #4770 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/4770>_: more_itertools is now constrained to <6.0.0 when required for Python 2.7 compatibility.

  • #526 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/526>_: Fix "ValueError: Plugin already registered" exceptions when running in build directories that symlink to actual source.

Improved Documentation

  • #3899 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/3899>_: Add note to plugins.rst that pytest_plugins should not be used as a name for a user module containing plugins.

  • #4324 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/4324>_: Document how to use raises and does_not_raise to write parametrized tests with conditional raises.

  • #4709 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/4709>_: Document how to customize test failure messages when using
    pytest.warns.

Trivial/Internal Changes

... (truncated)
Commits
  • 82cc3d8 Preparing release version 4.2.1
  • e20e376 Merge pull request #4347 from blueyed/pdb-recursive-capture
  • 8052d01 Merge pull request #4774 from sambrightman/pin-more_itertools
  • a800328 Add CHANGELOG entry for #4770
  • b4be228 Constrain more_itertools for Python 2.7 compatibility
  • 67dd10d Merge pull request #4763 from blueyed/lsof
  • dc8af18 Merge pull request #4745 from blueyed/test_collect_pkg_init_and_file_in_args
  • 61b9246 Fix/improve handling of pkg init and test file via args
  • 9feb494 pdb: fix capturing with recursive debugging and pdb++
  • 237f690 --lsof: suppress stderr
  • 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
  • @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](https://github.com/pytest-dev/pytest) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@4.2.0...4.2.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@asakatida asakatida merged commit 47571cd into master Feb 18, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/pip/pytest-4.2.1 branch February 18, 2019 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants