ynab-sdk-python icon indicating copy to clipboard operation
ynab-sdk-python copied to clipboard

chore(deps): Bump nose2[coverage_plugin] from 0.9.2 to 0.10.0

Open dependabot-preview[bot] opened this issue 4 years ago • 3 comments

Bumps nose2[coverage_plugin] from 0.9.2 to 0.10.0.

Changelog

Sourced from nose2[coverage_plugin]'s changelog.

0.10.0 (2020-01-27)

Added

  • Support for subtests!

Notes for plugin authors about subtest support:

  • Subtest failures will produce a TestOutcomeEvent with outcome = "subtest"
  • Subtest events can be failures, but they do not indicate success -- the containing test will send a success event if no subtests fail

Changed

  • Drop support for Python 3.4
  • Python 3.8 and 3.9 are now officially supported
  • Improve helptext for the multiprocess plugin's -N option
  • When run with reduced verbosity (e.g. with -q), nose2 will no longer print an empty line before test reports

Fixed

  • The plugin registry will no longer contain duplicate plugins and or base event.Plugin instances

  • Fix function test case implementation of id, __str__, and __repr__. This removes the injected transplant_class.<locals> from reporting output

  • Doctest loading will now skip setup.py files in the project root

  • Class methods decorated (e.g. with mock.patch) are no longer incorrectly picked up by the function loader

    Merge pull request #485 from stefanholek/484-session-plugin-registry

Commits
  • 379d5a2 Add dates to all releases in changelog
  • 2b90601 Update version to 0.10.0 for release
  • a88b336 Update docs with @stefanholek's excellent work!
  • 0fed48f Merge pull request #490 from nose-devs/use-github-actions
  • 076fb2b Skip failing test on macos for py38+ for now
  • 51126b5 Fix coverage config
  • d28dabf Update build matrix with 3.8, 3.9
  • e11895e Use a step-level skip in Windows builds
  • 8c35c7f Replace selftest with nose2 invocation
  • 074ca45 Add a clarifying comment to the workflow config
  • 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 this dependency is pre-1.0.0.


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 squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

dependabot-preview[bot] avatar Jan 28 '21 06:01 dependabot-preview[bot]

Codecov Report

Merging #82 (97671dc) into master (845d379) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #82   +/-   ##
=======================================
  Coverage   96.86%   96.86%           
=======================================
  Files          26       26           
  Lines        1021     1021           
  Branches       57       57           
=======================================
  Hits          989      989           
  Misses         30       30           
  Partials        2        2           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 845d379...97671dc. Read the comment docs.

codecov-io avatar Jan 28 '21 06:01 codecov-io

Codecov Report

Merging #82 (97671dc) into master (97a9303) will not change coverage. The diff coverage is n/a.

:exclamation: Current head 97671dc differs from pull request most recent head 56e77e1. Consider uploading reports for the commit 56e77e1 to get more accurate results Impacted file tree graph

@@           Coverage Diff           @@
##           master      #82   +/-   ##
=======================================
  Coverage   96.86%   96.86%           
=======================================
  Files          26       26           
  Lines        1021     1021           
  Branches       57       57           
=======================================
  Hits          989      989           
  Misses         30       30           
  Partials        2        2           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7ee38c3...56e77e1. Read the comment docs.

codecov-commenter avatar Aug 03 '21 06:08 codecov-commenter

@dependabot rebase

andreroggeri avatar Apr 16 '23 23:04 andreroggeri