Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 21, 2025

This PR contains the following updates:

Package Change Age Confidence
pyfakefs (changelog) >=5,<6 -> >=6,<7 age confidence
pyfakefs (changelog) >=5.7.4, <6.0.0 -> >=6.0.0, <6.1.0 age confidence

Release Notes

pytest-dev/pyfakefs (pyfakefs)

v6.0.0

Compare Source

Removes some deprecated functionality, removes support for Python < 3.10.

Breaking Changes
  • removed support for Python versions < 3.10; patch releases based on pyfakefs 5.10
    supporting older versions may be made on demand
  • removed support for patching legacy modules scandir and pathlib2
  • changed the default for FakeFilesystem.shuffle_listdir_results to True to reflect
    the real filesystem behavior
Changes
  • added some support for Python 3.15a3
Fixes
  • fixes a problem with Path type hints using the pipe symbol in wrapped functions
    inside an fs dependent fixture (see #​1242)
  • fixes problem with new coverage in Python 3.14 using the fake filesystem
    (see #​1245)
Documentation
  • added project information to documentation pages
Infrastructure
  • added CI tests for Python 3.15

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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates 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 requested a review from a team as a code owner December 21, 2025 20:30
@renovate renovate bot requested review from emyller and removed request for a team December 21, 2025 20:30
@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.72%. Comparing base (bec528c) to head (923974d).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #147   +/-   ##
=======================================
  Coverage   94.72%   94.72%           
=======================================
  Files          76       76           
  Lines        2444     2444           
=======================================
  Hits         2315     2315           
  Misses        129      129           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants