Skip to content
This repository was archived by the owner on Apr 17, 2021. It is now read-only.

Bump pytest from 3.7.2 to 3.7.3 in /services/events #336

Merged
merged 1 commit into from
Aug 27, 2018

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps pytest from 3.7.2 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.

@codeclimate
Copy link

codeclimate bot commented Aug 27, 2018

Code Climate has analyzed commit 9dd9f23 and detected 0 issues on this pull request.

View more on Code Climate.

@apoclyps apoclyps merged commit 69b7e8f into master Aug 27, 2018
@apoclyps apoclyps deleted the dependabot/pip/services/events/pytest-3.7.3 branch August 27, 2018 15:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants