Skip to content

Bump testtools from 2.4.0 to 2.5.0#5

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/testtools-2.5.0
Open

Bump testtools from 2.4.0 to 2.5.0#5
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/testtools-2.5.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 19, 2021

Copy link
Copy Markdown

Bumps testtools from 2.4.0 to 2.5.0.

Release notes

Sourced from testtools's releases.

testtools 2.5.0

Changelog

Improvements

  • Add support for Python 3.9.

  • Python 3.5 has reached end-of-life and this is the last release to support it.

  • The skip, skipIf, and skipUnless decorators can now be used as class decorators as well as test method decorators, just as they can in unittest.

  • The SameMembers matcher class is now exposed as part of the public matchers API.

Changes

  • The dependency on the unittest2 module has been removed. This has some knock on effects, including the removal of the assertItemsEqual helper which was removed from unittest in Python 3.x.

  • The safe_hasattr utility has been removed from testtools.helpers. This was a compat wrapper introduced in 0.9.25 when the utility itself was moved to the extras package. It is no longer useless on Python 3-only projects.

  • The try_imports utility has been removed from testtools.helpers. This was a compat wrapper introduced in 0.9.25 when the utility itself was moved to the extras package. It is no longer used within testtools and has therefore been dropped.

Changelog

Sourced from testtools's changelog.

2.5.0


Improvements
------------
  • Add support for Python 3.9. (Hugo van Kemenade)

  • Python 3.5 has reached end-of-life and this is the last release to support it.

  • The skip, skipIf, and skipUnless decorators can now be used as class decorators as well as test method decorators, just as they can in unittest.

  • The SameMembers matcher class is now exposed as part of the public matchers API.

Changes

  • The dependency on the unittest2 module has been removed. This has some knock on effects, including the removal of the assertItemsEqual helper which was removed from unittest in Python 3.x.

  • The safe_hasattr utility has been removed from testtools.helpers. This was a compat wrapper introduced in 0.9.25 when the utility itself was moved to the extras package. It is no longer useless on Python 3-only projects.

  • The try_imports utility has been removed from testtools.helpers. This was a compat wrapper introduced in 0.9.25 when the utility itself was moved to the extras package. It is no longer used within testtools and has therefore been dropped.

Commits
  • a6554f4 Release 2.5.0
  • 61f4c1d Merge pull request #311 from mhuin/310_retrocompatibility
  • df3a941 Update testtools/compat.py
  • b0df5a1 Merge branch 'master' into 310_retrocompatibility
  • 42b21e7 Merge pull request #304 from CyrilRoelandteNovance/fix-python310
  • 1421285 Merge branch 'master' into fix-python310
  • f6cc225 Merge pull request #313 from hugovk/3.5-is-eol
  • 2b50a7d Note Python 3.5 is EOL and will be dropped after the next release
  • 254998e Fix for Python 3.10
  • 9c2faf0 Add python 3.10 to ci configuration
  • 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)

Bumps [testtools](https://github.com/testing-cabal/testtools) from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/testing-cabal/testtools/releases)
- [Changelog](https://github.com/testing-cabal/testtools/blob/master/NEWS)
- [Commits](testing-cabal/testtools@2.4.0...2.5.0)

---
updated-dependencies:
- dependency-name: testtools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 19, 2021
@dependabot @github

dependabot Bot commented on behalf of github Sep 19, 2021

Copy link
Copy Markdown
Author

Dependabot tried to add @HarshCasper as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/Ajitesh13/WebEdge/pulls/5/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the Ajitesh13/WebEdge repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

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.

0 participants