Skip to content

Update dependency testfixtures to v9 - #2888

Closed
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/testfixtures-9.x
Closed

Update dependency testfixtures to v9#2888
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/testfixtures-9.x

Conversation

@renovate

@renovate renovate Bot commented Jul 9, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
testfixtures ^8.3.0 -> ^9.1.0 age confidence

Release Notes

Simplistix/testfixtures (testfixtures)

v9.1.0

Compare Source

  • Add support for passing :class:StringComparison instances as parameters to
    :meth:OutputCapture.compare.

v9.0.1

Compare Source

  • :attr:ShouldRaise.raised is now always an exception instance. If no exception has been raised,
    it will be a :class:~testfixtures.shouldraise.NoException instance. This prevents typing
    complaints around using an attribute that might be None.

  • :func:mock_time has been reworked to return an instance of :class:~testfixtures.datetime.MockTime rather than the
    class itself. :class:~testfixtures.datetime.MockTime has also been reworked such that it can no longer be instantiated
    with the same parameters as :class:~datetime.datetime - this edge case was never supported,
    but is highlighted here in case folks were using it.

v9.0.0

Compare Source

  • Python 3.11 is now the minimum supported version.

  • A show_whitespace parameter has been added to :class:ShouldAssert.

  • testfixtures is now fully typed, checked with mypy__ and is distributed with
    a py.typed marker file.

    __ https://mypy.readthedocs.io/en/stable/


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the changelog:skip Don't include this pull request in the release change log label Jul 9, 2025
@renovate

renovate Bot commented Jul 9, 2025

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: poetry.lock
Updating dependencies
Resolving dependencies...


The current project's supported Python range (>=3.9,<3.13) is not compatible with some of the required packages Python requirement:
  - testfixtures requires Python >=3.11, so it will not be installable for Python >=3.9,<3.11

Because no versions of testfixtures match >9.1.0,<10.0.0
 and testfixtures (9.1.0) requires Python >=3.11, testfixtures is forbidden.
So, because runway depends on testfixtures (^9.1.0), version solving failed.

  * Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties

    For testfixtures, a possible solution would be to set the `python` property to ">=3.11,<3.13"

    https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
    https://python-poetry.org/docs/dependency-specification/#using-environment-markers


@github-actions github-actions Bot added the dependencies Pull request that updates a dependency file label Jul 9, 2025
@renovate
renovate Bot force-pushed the renovate/testfixtures-9.x branch 7 times, most recently from a1437fe to 2fa536e Compare July 16, 2025 13:58
@renovate
renovate Bot force-pushed the renovate/testfixtures-9.x branch from 2fa536e to 296eb44 Compare July 16, 2025 20:07
@ITProKyle

Copy link
Copy Markdown
Contributor

Closing as this dependency is soon to be removed.

@ITProKyle ITProKyle closed this Jul 17, 2025
@renovate

renovate Bot commented Jul 17, 2025

Copy link
Copy Markdown
Contributor Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 9.x releases. But if you manually upgrade to 9.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate
renovate Bot deleted the renovate/testfixtures-9.x branch July 17, 2025 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog:skip Don't include this pull request in the release change log dependencies Pull request that updates a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant