Skip to content
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.

Bump pytest from 3.10.0 to 4.0.0 #5

Merged
merged 1 commit into from
Nov 21, 2018
Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Nov 21, 2018

Bumps pytest from 3.10.0 to 4.0.0.

Changelog

Sourced from pytest's changelog.

pytest 4.0.0 (2018-11-13)

Removals

  • #3737 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/3737>_: RemovedInPytest4Warnings are now errors by default.

    Following our plan to remove deprecated features with as little disruption as
    possible, all warnings of type RemovedInPytest4Warnings now generate errors
    instead of warning messages.

    The affected features will be effectively removed in pytest 4.1, so please consult the
    Deprecations and Removals <https://docs.pytest.org/en/latest/deprecations.html>__
    section in the docs for directions on how to update existing code.

    In the pytest 4.0.X series, it is possible to change the errors back into warnings as a stop
    gap measure by adding this to your pytest.ini file:

    .. code-block:: ini

    [pytest]
    filterwarnings =
        ignore::pytest.RemovedInPytest4Warning
    

    But this will stop working when pytest 4.1 is released.

    If you have concerns about the removal of a specific feature, please add a
    comment to #4348 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/4348>__.

  • #4358 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/4358>_: Remove the ::() notation to denote a test class instance in node ids.

    Previously, node ids that contain test instances would use ::() to denote the instance like this::

    test_foo.py::Test::()::test_bar
    

    The extra ::() was puzzling to most users and has been removed, so that the test id becomes now::

    test_foo.py::Test::test_bar
    

    This change could not accompany a deprecation period as is usual when user-facing functionality changes because
    it was not really possible to detect when the functionality was being used explicitly.

    The extra ::() might have been removed in some places internally already,
    which then led to confusion in places where it was expected, e.g. with
    --deselect (#4127 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/4127>_).

    Test class instances are also not listed with --collect-only anymore.

... (truncated)
Commits
  • c2d6b35 Preparing release version 4.0.0
  • e025974 Merge remote-tracking branch 'upstream/master' into release-4.0.0
  • fea09cd Merge pull request #4383 from nicoddemus/merge-master-into-features
  • b7863a5 Merge pull request #4381 from blueyed/callinfo-repr
  • a72eff5 Merge pull request #4382 from blueyed/pytester-pop-TOX_ENV_DIR
  • 46c8363 Merge pull request #4380 from blueyed/improve-ci
  • 557cb6c Merge remote-tracking branch 'upstream/master' into merge-master-into-features
  • 8198e7c Merge pull request #4349 from nicoddemus/pytest4-warnings-as-errors
  • a6a9646 pytester: pop TOX_ENV_DIR from os.environ
  • 27dab4e Fix CallInfo.repr for unfinished call
  • 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.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Nov 21, 2018
@coveralls
Copy link

coveralls commented Nov 21, 2018

Pull Request Test Coverage Report for Build 40

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 32: 0.0%
Covered Lines: 397
Relevant Lines: 397

💛 - Coveralls

Bumps [pytest](https://github.com/pytest-dev/pytest) from 3.10.0 to 4.0.0.
- [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.10.0...4.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@danielknell danielknell merged commit 6fcdedb into master Nov 21, 2018
@danielknell danielknell deleted the dependabot/pip/pytest-4.0.0 branch November 21, 2018 15:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants