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.8.2 to 3.9.1 #306

Merged
merged 1 commit into from Oct 22, 2018
Merged

Bump pytest from 3.8.2 to 3.9.1 #306

merged 1 commit into from Oct 22, 2018

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps pytest from 3.8.2 to 3.9.1.

Changelog

Sourced from pytest's changelog.

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.

    • Access of Module, Function, Class, Instance, File and Item through Node instances. Now
      users will this warning::

        usage of Function.Module is deprecated, please use pytest.Module instead
      

      Users should just import pytest and access those objects using the pytest module.

    • request.cached_setup, this was the precursor of the setup/teardown mechanism available to fixtures. You can
      consult funcarg comparison section in the docs <https://docs.pytest.org/en/latest/funcarg_compare.html>_.

    • Using objects named "Class" as a way to customize the type of nodes that are collected in Collector
      subclasses has been deprecated. Users instead should use pytest_collect_make_item to customize node types during
      collection.

      This issue should affect only advanced plugins who create new collection types, so if you see this warning
      message please contact the authors so they can change the code.

    • The warning that produces the message below has changed to RemovedInPytest4Warning::

        getfuncargvalue is deprecated, use getfixturevalue
      
  • #3988 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/3988>_: Add a Deprecation warning for pytest.ensuretemp as it was deprecated since a while.

Features

  • #2293 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/2293>_: Improve usage errors messages by hiding internal details which can be distracting and noisy.
... (truncated)
Commits
  • c5bbf8a make note about the unpublished 3.9.0 release
  • 253c578 Preparing release version 3.9.1
  • c4550bc Merge branch 'release-3.9.0' of github.com:nicoddemus/pytest into release-3.9.1
  • 2c00f8a Merge pull request #4170 from RonnyPfannschmidt/fix-metadata-url-quotes
  • 456715a fix url quotes in setup.cfg metadata
  • 54b8ad4 Merge pull request #4159 from thisch/subclassedfile
  • 2868c31 Preparing release version 3.9.0
  • 39a13d7 Fix tmp_path example in docs
  • e4e4fd1 Merge pull request #4158 from nicoddemus/merge-master-into-features
  • e8c220b Increase required verbosity level for debug output
  • 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 will not automatically merge this PR because it includes a minor update to a production dependency.


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.8.2 to 3.9.1.
- [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.8.2...3.9.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@sloria sloria merged commit 5d8fbe7 into dev Oct 22, 2018
@dependabot-preview dependabot-preview bot deleted the dependabot/pip/pytest-3.9.1 branch October 22, 2018 22:23
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