QGIS-Contribution / QGIS-ResourceSharing

QGIS Resource Sharing Plugin
http://qgis-contribution.github.io/QGIS-ResourceSharing/
GNU Affero General Public License v3.0
38 stars 18 forks source link

Update nose2 requirement from <0.11,>=0.9 to >=0.9,<0.12 in /requirements #237

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Updates the requirements on nose2 to permit the latest version.

Changelog

Sourced from nose2's changelog.

0.11.0 (2022-02-12)

This is the first version of nose2 using sphinx-issues to credit contributors in the changelog.

Added


* Test classes now have their short description (first line of docstring)
  printed in verbose output
  • The junitxml plugin now sets timestamp on each testcase node as an ISO-8601 timestamp. Thanks to :user:deeplow for the contribution!

Changed

  • Drop support for Python 3.5

  • Python 3.10 is now officially supported. Python 3.11-dev will be supported on a best-effort basis. Thanks to :user:hugovk and :user:tirkarthi for their contributions!

  • nose2 source code is now autoformatted with black and isort

  • nose2 has switched its main development branch from master to main

  • Releases are now published using build <https://github.com/pypa/build>_

Fixed


* Add support for test classes when running with the multiprocessing plugin.
  Thanks to :user:`ltfish` for the initial contribution and
  :user:`stefanholek` for the refinement to this change!
  • Various documentation fixes

0.10.0 (2021-01-27)

Added

  • Support for subtests!

Notes for plugin authors about subtest support:

... (truncated)

Commits
  • 41f4c31 Typo fix in Makefile
  • 9c6713d Merge pull request #513 from sirosen/release-0.11.0
  • b5ffe85 Prepare for release of v0.11.0
  • 345e699 Merge pull request #512 from nose-devs/pre-commit-ci-update-config
  • e23bd73 Revert pre-commit autofix
  • 9361253 [pre-commit.ci] auto fixes from pre-commit.com hooks
  • a6ac3ef [pre-commit.ci] pre-commit autoupdate
  • 3338da7 Clarify docs on --collect-only
  • a1f4757 Update config doc to show file names near top
  • 6b91f48 Merge pull request #510 from sirosen/windows-ci-skips
  • 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 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)