Releases: pytest-dev/pyfakefs
Releases · pytest-dev/pyfakefs
pyfakefs release version 5.8.0
- added preliminary support for Python 3.14
- changed behavior of
FakeFilesystem.get_object()to ignore permissions as before - fixed a regression in version 5.7.3 that could break tests under Posix in Python 3.12
- fixed a few other issues
- see the release notes for a list of changes
pyfakefs release version 5.7.4
Minor bugfix release.
pyfakefs release version 5.7.3
- fixes a regression
- adds workaround for recursion problem with pytest
pyfakefs release version 5.7.2
Fixes some problems with patching.
pyfakefs release version 5.7.1
Fixes a regression in version 5.7.0 that broke patching fcntl.
pyfakefs release version 5.7.0
- adds official Python 3.13 support
- improves OS emulation behavior
- better support for
additional_skip_names - see the release notes for a list of changes
pyfakefs release version 5.6.0
Adds preliminary support for Python 3.13.
See the release notes for a list of changes.
pyfakefs release version 5.5.0
Deprecates the usage of the pathlib2 and scandir packages, minor bug fixes.
See the release notes for a list of changes.
pyfakefs release version 5.4.1
Bugfix release - fixes a regression.
pyfakefs release version 5.4.0
Improves permission handling, fixes several issues.