ynab-sdk-python
ynab-sdk-python copied to clipboard
chore(deps): Bump nose2[coverage_plugin] from 0.9.2 to 0.10.0
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
withoutcome = "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 reportsFixed
The plugin registry will no longer contain duplicate plugins and or base
event.Plugin
instancesFix function test case implementation of
id
,__str__
, and__repr__
. This removes the injectedtransplant_class.<locals>
from reporting outputDoctest loading will now skip
setup.py
files in the project rootClass methods decorated (e.g. with
mock.patch
) are no longer incorrectly picked up by the function loaderMerge pull request #485 from stefanholek/484-session-plugin-registry
Commits
379d5a2
Add dates to all releases in changelog2b90601
Update version to 0.10.0 for releasea88b336
Update docs with@stefanholek
's excellent work!0fed48f
Merge pull request #490 from nose-devs/use-github-actions076fb2b
Skip failing test on macos for py38+ for now51126b5
Fix coverage configd28dabf
Update build matrix with 3.8, 3.9e11895e
Use a step-level skip in Windows builds8c35c7f
Replace selftest with nose2 invocation074ca45
Add a clarifying comment to the workflow config- Additional commits viewable in compare view
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)
Codecov Report
Merging #82 (97671dc) into master (845d379) will not change coverage. The diff coverage is
n/a
.
@@ 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 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
@@ 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.
@dependabot rebase