Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pytest from 3.5.1 to 3.7.3 #56

Closed
wants to merge 1 commit into from

Conversation

dependabot-preview[bot]
Copy link

Bumps pytest from 3.5.1 to 3.7.3.

Changelog

Sourced from pytest's changelog.

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.

  • #3848 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/3848>_: Fix bugs where unicode arguments could not be passed to testdir.runpytest on Python 2.

  • #3854 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/3854>_: Fix double collection of tests within packages when the filename starts with a capital letter.

Improved Documentation

  • #3824 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/3824>_: Added example for multiple glob pattern matches in python_files.

  • #3833 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/3833>_: Added missing docs for pytester.Testdir.

  • #3870 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/3870>_: Correct documentation for setuptools integration.

Trivial/Internal Changes

  • #3826 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/3826>_: Replace broken type annotations with type comments.
... (truncated)
Commits
  • 70bdacf Fix collection example docs
  • b69f853 Tweak CHANGELOG for 3.7.3
  • c31018d Preparing release version 3.7.3
  • 7ae2390 Merge pull request #3881 from GandalfSaxe/patch-2
  • 4d19b94 Merge pull request #3877 from blueyed/codecov-master
  • c15b537 Merge pull request #3878 from asottile/skip_install_linting
  • 2577a6c Merge pull request #3873 from nicoddemus/sys-path-fix
  • dd5f5ca Merge pull request #3872 from nicoddemus/tests-in-init-files
  • 5087747 Code block: :: missing and 4 spaces instead of 5
  • d3f5324 tox: coveralls: also report to codecov
  • 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 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](https://github.com/pytest-dev/pytest) from 3.5.1 to 3.7.3.
- [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.5.1...3.7.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@coveralls
Copy link

Coverage Status

Coverage remained the same at 93.475% when pulling 0f5b6f9 on dependabot/pip/pytest-3.7.3 into efe5c4d on master.

@dependabot-preview
Copy link
Author

Superseded by #59.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/pytest-3.7.3 branch August 30, 2018 06:16
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.

None yet

2 participants