⬆️ Update dependency testfixtures to v11#1489
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #1489 +/- ##
=======================================
Coverage 94.79% 94.79%
=======================================
Files 152 152
Lines 5974 5974
Branches 350 350
=======================================
Hits 5663 5663
Misses 249 249
Partials 62 62 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
edenhaus
approved these changes
Mar 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==10.0.0→==11.0.0Release Notes
Simplistix/testfixtures (testfixtures)
v11.0.0Compare Source
Moved to a
uv__-based,pyproject.toml-driven project layout, withmainreplacingmasteras the default git branch.__ https://docs.astral.sh/uv/
Move from Circle CI to Github Actions for continuous integration and releasing.
Lots of documentation has been refreshed.
Python versions between 3.11 and 3.14, inclusive, are now supported.
Python versions 3.10 and earlier are no longer supported.
:class:
TempDiris now introduced as a :class:~pathlib.Path-based alternative to:class:
TempDirectory.:class:
TempDirand :class:TempDirectoryhave grown support for dumping and parsing JSON,YAML and TOML natively by way of the :meth:
~TempDir.dumpand :meth:TempDir.parsemethods.:class:
TempDirand :class:TempDirectorynow have :meth:~TempDir.read_textand:meth:
TempDir.read_bytesmethods that mirror the behaviour of their :class:~pathlib.Pathequivalents.
:class:
TempDirand :class:TempDirectorynow support :class:~pathlib.Pathobjects anywherethey previously supported string and sequences of strings.
:class:
TempDirand :class:TempDirectorynow have a :meth:~TempDir.clonemethod forcopying existing files or directories into themselves for using during testing.
Nonecan now be passed to :class:ShouldRaiseto check that no exception is raised.This is useful for parameterised tests where some cases may expect an exception to be raised
while others do not.
:class:
ShouldRaisenow has amatchparameter to bring feature parity with:func:
pytest.raises.:class:
Comparisonnow shows the wrong type when it is compared against a wrong type.:class:
Comparisonno longer spuriously reports:class:
~testfixtures.comparison.AlreadySeenas the wrong type.Fixed a bug where comparing parameterised generic type objects resulted in an infinite loop.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.