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.7.4 to 3.9.2 #69

Merged
merged 1 commit into from
Oct 28, 2018
Merged

Conversation

dependabot-preview[bot]
Copy link

Bumps pytest from 3.7.4 to 3.9.2.

Changelog

Sourced from pytest's changelog.

pytest 3.9.2 (2018-10-22)

Bug Fixes

  • #2909 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/2909>_: Improve error message when a recursive dependency between fixtures is detected.

  • #3340 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/3340>_: Fix logging messages not shown in hooks pytest_sessionstart() and pytest_sessionfinish().

  • #3533 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/3533>_: Fix unescaped XML raw objects in JUnit report for skipped tests

  • #3691 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/3691>_: Python 2: safely format warning message about passing unicode strings to warnings.warn, which may cause
    surprising MemoryError exception when monkey patching warnings.warn itself.

  • #4026 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/4026>_: Improve error message when it is not possible to determine a function's signature.

  • #4177 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/4177>_: Pin setuptools>=40.0 to support py_modules in setup.cfg

  • #4179 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/4179>_: Restore the tmpdir behaviour of symlinking the current test run.

  • #4192 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/4192>_: Fix filename reported by warnings.warn when using recwarn under python2.

pytest 3.9.1 (2018-10-16)

Features

  • #4159 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/4159>_: For test-suites containing test classes, the information about the subclassed
    module is now output only if a higher verbosity level is specified (at least
    "-vv").

pytest 3.9.0 (2018-10-15 - not published due to a release automation bug)

Deprecations

  • #3616 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/3616>_: The following accesses have been documented as deprecated for years, but are now actually emitting deprecation warnings.
... (truncated)
Commits
  • 771e860 Preparing release version 3.9.2
  • c94b2b2 Merge pull request #4208 from nicoddemus/pytestskip-docs-4206
  • cd72e23 Merge pull request #4207 from nicoddemus/recursive-dep-fixtures
  • b9990f7 Merge pull request #4204 from vbarbaresi/3340_log_hooks
  • 6b12699 Remove pytest.config example from skipping at module level docs
  • 02ae7d8 Improve error message when a recursive dependency between fixtures is detected
  • db106d6 Fix logging usage in hooks pytest_sessionstart/finish #3340
  • b0eed7b Merge pull request #4205 from vbarbaresi/fix_typo
  • 51d358a fix typo in tmpdir documentation
  • c54cdd0 Merge pull request #4201 from ykantor/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 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 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.7.4 to 3.9.2.
- [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.4...3.9.2)

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

Coverage Status

Coverage remained the same at 93.475% when pulling 5268262 on dependabot/pip/pytest-3.9.2 into 8320a56 on master.

@andriyko andriyko merged commit 492dc07 into master Oct 28, 2018
@dependabot-preview dependabot-preview bot deleted the dependabot/pip/pytest-3.9.2 branch October 28, 2018 16:19
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.

3 participants