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.6.4 #52

Closed
wants to merge 1 commit into from

Conversation

dependabot-preview[bot]
Copy link

Bumps pytest from 3.5.1 to 3.6.4.

Changelog

Sourced from pytest's changelog.

pytest 3.6.4 (2018-07-28)

Bug Fixes

  • Invoke pytest using -mpytest so sys.path does not get polluted by packages installed in site-packages. (#742 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/742>_)

Improved Documentation

  • Use smtp_connection instead of smtp in fixtures documentation to avoid possible confusion. (#3592 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/3592>_)

Trivial/Internal Changes

  • Remove obsolete __future__ imports. (#2319 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/2319>_)

  • Add CITATION to provide information on how to formally cite pytest. (#3402 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/3402>_)

  • Replace broken type annotations with type comments. (#3635 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/3635>_)

  • Pin pluggy to <0.8. (#3727 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/3727>_)

pytest 3.6.3 (2018-07-04)

Bug Fixes

  • Fix ImportWarning triggered by explicit relative imports in
    assertion-rewritten package modules. (#3061 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/3061>_)

  • Fix error in pytest.approx when dealing with 0-dimension numpy
    arrays. (#3593 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/3593>_)

  • No longer raise ValueError when using the get_marker API. (#3605 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/3605>_)

  • Fix problem where log messages with non-ascii characters would not
    appear in the output log file.
    (#3630 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/3630>_)

  • No longer raise AttributeError when legacy marks can't be stored in
    functions. (#3631 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/3631>_)

... (truncated)
Commits
  • 317cd41 Preparing release version 3.6.4
  • 7f27512 Pin pluggy to <0.8
  • fe06be8 Merge pull request #3723 from pytest-dev/nicoddemus-patch-1
  • 79b4ca9 Use "pytest" on the CHANGELOG
  • b7419bd Merge pull request #3710 from bmwiedemann/date
  • 2e344d4 Do not claim copyright for future years
  • f761425 Merge pull request #3694 from drewrisinger/patch-2
  • be2afb9 Merge pull request #3706 from ehershey/patch-1
  • 19de1b7 typo - PYTEST_ADDOTPS -> PYTEST_ADDOPTS
  • 9720c33 Merge pull request #3690 from drewrisinger/patch-1
  • 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 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 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.6.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.5.1...3.6.4)

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

Coverage Status

Coverage remained the same at 93.475% when pulling becc3df on dependabot/pip/pytest-3.6.4 into efe5c4d on master.

@dependabot-preview
Copy link
Author

Superseded by #53.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/pytest-3.6.4 branch July 31, 2018 05:18
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.

2 participants