Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps pytest from 3.9.1 to 4.2.1.

Changelog

Sourced from pytest's changelog.

pytest 4.2.1 (2019-02-12)

Bug Fixes

  • #2895: The pytest_report_collectionfinish hook now is also called with --collect-only.
  • #3899: Do not raise UsageError when an imported package has a pytest_plugins.py child module.
  • #4347: Fix output capturing when using pdb++ with recursive debugging.
  • #4592: Fix handling of collect_ignore via parent conftest.py.
  • #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: Fix parametrize(... ids=<function>) when the function returns non-strings.
  • #4745: Fix/improve collection of args when passing in __init__.py and a test file.
  • #4770: more_itertools is now constrained to <6.0.0 when required for Python 2.7 compatibility.
  • #526: Fix "ValueError: Plugin already registered" exceptions when running in build directories that symlink to actual source.

Improved Documentation

  • #3899: Add note to plugins.rst that pytest_plugins should not be used as a name for a user module containing plugins.
  • #4324: Document how to use raises and does_not_raise to write parametrized tests with conditional raises.
  • #4709: Document how to customize test failure messages when using pytest.warns.

Trivial/Internal Changes

  • #4741: Some verbosity related attributes of the TerminalReporter plugin are now read only properties.

pytest 4.2.0 (2019-01-30)

Features

  • #3094: Classic xunit-style functions and methods now obey the scope of autouse fixtures.

    This fixes a number of surprising issues like setup_method being called before session-scoped autouse fixtures (see #517 for an example).

  • #4627: Display a message at the end of the test session when running under Python 2.7 and 3.4 that pytest 5.0 will no longer support those Python versions.

  • #4660: The number of selected tests now are also displayed when the -k or -m flags are used.

  • #4688: pytest_report_teststatus hook now can also receive a config parameter.

  • #4691: pytest_terminal_summary hook now can also receive a config parameter.

Bug Fixes

... (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 3.9.1 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@3.9.1...4.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 Feb 14, 2019
@dependabot-preview
Copy link
Contributor Author

Superseded by #104.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/pytest-4.2.1 branch February 19, 2019 03:13
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