asmith26 / jax_toolkit

A collection of jax functions to help with common machine/deep learning related functionality.
https://asmith26.github.io/jax_toolkit/
Apache License 2.0
5 stars 0 forks source link

Bump nose2 from 0.9.2 to 0.10.0 #141

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps nose2 from 0.9.2 to 0.10.0.

Changelog

Sourced from nose2'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 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)