Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #913 +/- ##
=======================================
Coverage 54.46% 54.46%
=======================================
Files 33 33
Lines 3044 3044
=======================================
Hits 1658 1658
Misses 1386 1386 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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:
==5.8.0→==6.1.2Release Notes
pytest-dev/pyfakefs (pyfakefs)
v6.1.2: pyfakefs release version 6.1.2Compare Source
Fixes a regression caused by the introduced weak references.
v6.1.1Compare Source
Fixes a packaging issue in latest version.
Fixes
(see #1278)
v6.1.0Compare Source
Changes back-link references to weak references.
Changes
this may have unwanted consequences (crashes) for some untested workflows
Infrastructure
pyproject.tomlfor dependencies, movedtoxconfiguration intopyproject.tomlFixes
sizefrom aFakeFileWrapperobject(see #1276)
readableraising an error on a file object.(see #1265)
(see #1267)
v6.0.0Compare Source
Removes some deprecated functionality, removes support for Python < 3.10.
Breaking Changes
pyfakefs5.10supporting older versions may be made on demand
scandirandpathlib2FakeFilesystem.shuffle_listdir_resultstoTrueto reflectthe real filesystem behavior
Changes
Fixes
Pathtype hints using the pipe symbol in wrapped functionsinside an
fsdependent fixture (see #1242)coveragein Python 3.14 using the fake filesystem(see #1245)
Documentation
Infrastructure
v5.10.2Compare Source
Fixes a problem with
pathlib.globin Python 3.14.Fixes
pathlib.glob()for Python 3.14 (see #1239)v5.10.1Compare Source
Fixes a regression introduced in version 5.9.0.
Fixes
shutil.copytreeif copying using anshutilfunction ascopy_functionargument (see #1235)v5.10.0Compare Source
Adds official support for Python 3.14. Last minor version before the 6.0 release.
Changes
errnocodes set inOSErrorhave changed for some specific error conditionsin Windows 11/Windows Server 2025; pyfakefs now matches this behavior
instead of the previous behavior under Windows 10
Enhancements
os.readintoin Python 3.14pathlib.copyandpathlib.copy_intoin Python 3.14Fixes
tempfilein Python 3.13 (see #1214)v5.9.3Compare Source
Fixes a utility method.
Changes
(custom arguments are ignored in this case, as the existing fake filesystem is used)
Fixes
fake_filesystem.add_package_metadatathat had never worked correctly(see #1205)
Infrastructure
v5.9.2Compare Source
Fixes interaction with pytest.
Fixes
fswith other pytest fixtures (see #1200)Infrastructure
v5.9.1Compare Source
Fixes regression in packaging in version 5.9.0.
Fixes
strictargument in Python 3.9.23v5.9.0Compare Source
Adds support for an API change in latest Python patch releases.
Changes
OSErrorraised in the fake filesystem has no longer the postfix"in the fake filesystem" (see #1159)
FakeShutilModuleto prepare it for usage without the patcher(see #1171)
Enhancements
add_package_metadatato add the metadata of a givenpackage to the fake filesystem (see #1155)
Fixes
(see #1121)
of pytest executable (see #1096)
modeproperty to fake file wrapper (see #1162)FakePathlibModulefor Python >= 3.11(see #1169)
strictargument inos.path.realpath(introduced in latest patch version of Python >= 3.10, see #1180)
Infrastructure
run pytest over all tests in docker containers
(see #1151)
setup.pyandsetup.cfgin favor ofpyproject.tomlConfiguration
📅 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 this update again.
This PR has been generated by Renovate Bot.