Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Bump pytest from 3.7.1 to 3.7.4 #199

Merged
merged 1 commit into from Sep 6, 2018
Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Sep 5, 2018

Bumps pytest from 3.7.1 to 3.7.4.

Changelog

Sourced from pytest's changelog.

pytest 3.7.4 (2018-08-29)

Bug Fixes

  • #3506 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/3506>_: Fix possible infinite recursion when writing .pyc files.

  • #3853 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/3853>_: Cache plugin now obeys the -q flag when --last-failed and --failed-first flags are used.

  • #3883 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/3883>_: Fix bad console output when using console_output_style=classic.

  • #3888 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/3888>_: Fix macOS specific code using capturemanager plugin in doctests.

Improved Documentation

  • #3902 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/3902>_: Fix pytest.org links

pytest 3.7.3 (2018-08-26)

Bug Fixes

  • #3033 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/3033>_: Fixtures during teardown can again use capsys and capfd to inspect output captured during tests.

  • #3773 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/3773>_: Fix collection of tests from __init__.py files if they match the python_files configuration option.

  • #3796 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/3796>_: Fix issue where teardown of fixtures of consecutive sub-packages were executed once, at the end of the outer
    package.

  • #3816 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/3816>_: Fix bug where --show-capture=no option would still show logs printed during fixture teardown.

  • #3819 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/3819>_: Fix stdout/stderr not getting captured when real-time cli logging is active.

  • #3843 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/3843>_: Fix collection error when specifying test functions directly in the command line using test.py::test syntax together with --doctest-modules.

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


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

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Sep 5, 2018
@coveralls
Copy link

coveralls commented Sep 5, 2018

Coverage Status

Coverage remained the same at 100.0% when pulling b93f5bb on dependabot/pip/pytest-3.7.4 into f8f8d1e on master.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/pytest-3.7.4 branch 2 times, most recently from 003ab1f to e76941a Compare September 5, 2018 20:03
Bumps [pytest](https://github.com/pytest-dev/pytest) from 3.7.1 to 3.7.4.
- [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.7.1...3.7.4)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@davehunt davehunt merged commit 9c33d8f into master Sep 6, 2018
@dependabot-preview dependabot-preview bot deleted the dependabot/pip/pytest-3.7.4 branch September 6, 2018 11:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants