Update dependency pyfakefs to v6#1765
Open
k1h-renovate[bot] wants to merge 1 commit intodevfrom
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #1765 +/- ##
=======================================
Coverage 92.95% 92.95%
=======================================
Files 30 30
Lines 5028 5028
=======================================
Hits 4674 4674
Misses 354 354 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
d3f4ed5 to
2b73975
Compare
2b73975 to
5189420
Compare
5189420 to
b77eb97
Compare
b77eb97 to
c657162
Compare
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.3.0→==6.2.0Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
pytest-dev/pyfakefs (pyfakefs)
v6.2.0Compare Source
Changes the MRO for file wrappers.
Changes
io.TextIOBaseorio.BufferedIOBase,so that
isinstance-checks for these classes succeed(see #1307
and #484)
Fixes
that
os.urandomand related functions work correctly with PyPy(see #1300)
seekmethod did not return the location in the file(see #1304)
in
hash(),Path.matchandPath.full_match(see #1308)
Infrastructure
pytestfor testing in CIv6.1.6Compare Source
Follow-up bugfix release for 6.1.5.
Fixes
os.path.realpathdid not correctly handle some absolute paths under Windows(previous fix was incomplete, see #1296)
v6.1.5Compare Source
Minor bugfix release.
Fixes
os.path.realpathdid not resolve symlinks under Windows(see #1296)
v6.1.4Compare Source
Fixes incompatibility with VCCode unittest runner.
Fixes
expandusernow correctly handles paths besides home and different separators(see #1289)
(see #1285)
v6.1.3Compare Source
Minor bugfix release.
Fixes
expanduser()andhome()correctly in cross OS usage(see #1289)
v6.1.2Compare Source
Fixes a regression caused by the introduced weakrefs.
Fixes
(see #1284)
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.tomlv5.8.0Compare Source
Adds preliminary support for Python 3.14.
Changes
FakeFilesystem.get_object()to ignore permissions as it has beenbefore version 5.4.0 (see #1122)
Fixes
(see #1120)
(see #1126)
os.accessfor symlinks under Windows(see #1126)
Documentation
v5.7.4Compare Source
Minor bugfix release.
Fixes
(see #1101)
cwdif set to apathlib.Path(see #1108)reload_cleanup_handler(see #1105)
v5.7.3Compare Source
Fixes a regression in version 5.7.3.
Fixes
tempfilewas not patched after pause/resume(POSIX only, see #1098)
(see #1096)
Infrastructure
due to a pytest issue - adapted tests and documentation
v5.7.2Compare Source
Fixes some problems with patching.
Fixes
AUTOpatch modeusing
importlib.import_module(see #1079)(see #1083)
Performance
tempfilein Posix systemsInfrastructure
v5.7.1Compare Source
Fixes a regression in version 5.7.0 that broke patching fcntl.
Fixes
fcntlcalls to fail (see #1074)v5.7.0Compare Source
Adds official Python 3.13 support, improves OS emulation behavior.
Changes
Enhancements
additional_skip_namesparameter now works with more modules (see #1023)os.fchmod, allow file descriptor argument foros.chmodonly for POSIXfor Python < 3.13
Performance
globin Python 3.13Fixes
scandirresults is now possible (see #1051)pathlib.PosixPathandpathlib.WindowsPathnow behave more like in the real filesystem(see #1053)
PurePosixPathreported Windows reserved names as reserved in Python >= 3.12(see #1067)
PurePosixPath.joinpath()incorrectly handled paths with drives under Windows in Python >= 3.12(see #1070)
v5.6.0Compare Source
Adds preliminary Python 3.13 support.
Enhancements
apply_umaskargument toFakeFilesystem.create_dirto allow ignoring the umask (see #1038)Fixes
pathlibfunctions so that it works nice with skippedmodules (see #1012)Infrastructure
v5.5.0Compare Source
Deprecates the usage of
pathlib2andscandir.Changes
pathlib2andscandirmodules in pyfakefs is now deprecated.They will now cause deprecation warnings if still used. Support for patching
these modules will be removed in pyfakefs 6.0.
PureWindowsPathandPurePosixPathnow use filesystem-independent path separators,and their path-parsing behaviors are now consistent regardless of runtime platform
and/or faked filesystem customization (see #1006).
Fixes
pathlibpaths under POSIX and vice verse (see #1006)v5.4.1Compare Source
Fixes a regression.
Fixes
(see #997)
v5.4.0Compare Source
Adds preliminary support for Python 3.14.
Changes
FakeFilesystem.get_object()to ignore permissions as it has beenbefore version 5.4.0 (see #1122)
Fixes
(see #1120)
(see #1126)
os.accessfor symlinks under Windows(see #1126)
Documentation
v5.3.5Compare Source
Fixes a regression.
Fixes
The change is now by default only made if the
djangomodule is loaded, and the behavior canbe changed using the new argument
module_cleanup_mode.Packaging
tox.iniand a few more files into the source distribution (see #937)v5.3.4Compare Source
Bugfix release.
Fixes
not be reloaded automatically (see #932)
use_dynamic_patchas a fallback for similar problemsv5.3.3: pyfakefs release version 5.3.3Compare Source
This is a bugfix release.
v5.3.2Compare Source
Bugfix release.
Fixes
_iounder Python 3.12 (see #910)(see #912)
os.walkwith a path-like top directory(see #915)
logreport phase (see #904), the previous fix was incomplete
v5.3.1Compare Source
Mostly a bugfix release.
Changes
add_real_directoryto be able to map a real directoryto an existing directory in the fake filesystem (see #901)
Fixes
logreport phase (see #904)
classes that have custom setattr methods (see #905)
Configuration
📅 Schedule: (in timezone Europe/Stockholm)
* 18-23,0-5 * * 1-5)🚦 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.