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

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jan 28, 2021

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 dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jan 28, 2021
@codecov-io
Copy link

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.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/nose2-coverage_plugin--0.10.0 branch from 97671dc to 56e77e1 Compare August 3, 2021 06:06
@codecov-commenter
Copy link

Codecov Report

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

❗ 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.

@andreroggeri
Copy link
Owner

@dependabot rebase

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants