Skip to content

[deps] Update nose2 requirement from >=0.6.5 to >=0.16.0#392

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/nose2-gte-0.16.0
Open

[deps] Update nose2 requirement from >=0.6.5 to >=0.16.0#392
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/nose2-gte-0.16.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 1, 2026

Updates the requirements on nose2 to permit the latest version.

Changelog

Sourced from nose2's changelog.

0.16.0 (2026-03-01)

Added


* Added official support for Python 3.14.

Changed

  • nose2 now explicitly uses a multiprocessing context for the mp plugin, which ensures that it is isolated from any multiprocessing settings used by applications under test. This ensures that the fork start method is always used on POSIX systems. spawn is used on Windows. Thanks :user:JimmyDurandWesolowski and :user:airtower-luna!

Deprecated


* The ``coverage`` plugin is now deprecated, and is no longer tested on newer
  Python versions. It will be removed in a future version.

Removed


* Removed support for Python 3.8.

0.15.1 (2024-05-31)

Fixed


* Fix a bug with config loading which caused custom ini configs not to load if
  they were not named with a ``.cfg`` extension. Thanks :user:`grhwalls` for
  the bug report!

0.15.0 (2024-05-30)
-------------------

Added
  • Official support for python3.13 betas. nose2 now tests itself against
    Python 3.13.

  • nose2 now supports loading configuration data from the tool.nose2
    table in pyproject.toml. Thanks to :user:qequ for the PR! (:pr:596,
    :pr:606)
    </tr></table>
    </code></pre>
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>

<ul>
<li><a href="https://github.com/nose-devs/nose2/commit/c93ca65ac6f62475209aa8944fda14c671615549&quot;&gt;&lt;code&gt;c93ca65&lt;/code&gt;&lt;/a> Prepare release of v0.16.0</li>
<li><a href="https://github.com/nose-devs/nose2/commit/d90af48777e33b26c4c8817e9cfde4067e40d28f&quot;&gt;&lt;code&gt;d90af48&lt;/code&gt;&lt;/a> Merge pull request <a href="https://redirect.github.com/nose-devs/nose2/issues/655&quot;&gt;#655&lt;/a> from nose-devs/use-an-mp-context</li>
<li><a href="https://github.com/nose-devs/nose2/commit/d05324729b7b0a36c47ef5a03b51b39e980fef0d&quot;&gt;&lt;code&gt;d053247&lt;/code&gt;&lt;/a> Correctly annotate the MP context</li>
<li><a href="https://github.com/nose-devs/nose2/commit/d6696d88966c5a7bf090bd27aa2065882234368a&quot;&gt;&lt;code&gt;d6696d8&lt;/code&gt;&lt;/a> Merge pull request <a href="https://redirect.github.com/nose-devs/nose2/issues/656&quot;&gt;#656&lt;/a> from nose-devs/remove-py38</li>
<li><a href="https://github.com/nose-devs/nose2/commit/8d240f6f7fe2982c07f3dccb59348822157daa10&quot;&gt;&lt;code&gt;8d240f6&lt;/code&gt;&lt;/a> Use 'spawn' for mp on Windows</li>
<li><a href="https://github.com/nose-devs/nose2/commit/c796659af461eebeb89f6c4236dd401488abc04a&quot;&gt;&lt;code&gt;c796659&lt;/code&gt;&lt;/a> Remove support for Python 3.8</li>
<li><a href="https://github.com/nose-devs/nose2/commit/10445838ca119376894d03db3686f5813a368bce&quot;&gt;&lt;code&gt;1044583&lt;/code&gt;&lt;/a> [pre-commit.ci] auto fixes from pre-commit.com hooks</li>
<li><a href="https://github.com/nose-devs/nose2/commit/7eb5b519a3b6deba7901ec919db1a52dc5e2a841&quot;&gt;&lt;code&gt;7eb5b51&lt;/code&gt;&lt;/a> mp: use &quot;fork&quot; type multiprocessing context</li>
<li><a href="https://github.com/nose-devs/nose2/commit/8ddecca7e306582b82d0602340044df90e30756b&quot;&gt;&lt;code&gt;8ddecca&lt;/code&gt;&lt;/a> Merge pull request <a href="https://redirect.github.com/nose-devs/nose2/issues/654&quot;&gt;#654&lt;/a> from nose-devs/fix-self-use-of-mp</li>
<li><a href="https://github.com/nose-devs/nose2/commit/b90543ff4663b34daaa03b417695a6e5340dd869&quot;&gt;&lt;code&gt;b90543f&lt;/code&gt;&lt;/a> Add an mp run to CI</li>
<li>Additional commits viewable in <a href="https://github.com/nose-devs/nose2/compare/0.6.5...0.16.0&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Updates the requirements on [nose2](https://github.com/nose-devs/nose2) to permit the latest version.
- [Changelog](https://github.com/nose-devs/nose2/blob/main/docs/changelog.rst)
- [Commits](nose-devs/nose2@0.6.5...0.16.0)

---
updated-dependencies:
- dependency-name: nose2
  dependency-version: 0.16.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 1, 2026
@kilo-code-bot
Copy link
Copy Markdown

kilo-code-bot Bot commented May 1, 2026

Code Review Summary

Status: Skipped | Reason: Dependabot PR

Per review policy, PRs from Dependabot are automatically skipped.


Change Summary:

  • Updates nose2[coverage_plugin] requirement from >=0.6.5 to >=0.16.0
  • This is a major version bump that adds Python 3.14 support and deprecates the coverage plugin

Recommendation: Review the nose2 changelog for breaking changes before merging.


Reviewed by kimi-k2.5 · 43,642 tokens

@coveralls
Copy link
Copy Markdown

Coverage Status

coverage: 99.18%. remained the same — dependabot/pip/nose2-gte-0.16.0 into master

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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant