Releases: pytest-dev/pyfakefs
Releases · pytest-dev/pyfakefs
pyfakefs release version 5.9.3
Fixes a utility method.
pyfakefs release version 5.9.2
This is a bugfix release. It fixes the interaction with pytest to avoid unwanted side-effects.
pyfakefs release version 5.9.1
This is a bugfix release:
- fixes a regression in packaging in previous version (missing tests)
- correct incomplete fix in previous version (not working in Python 3.9)
- See the release notes for a list of changes.
pyfakefs release version 5.9.0
Adds support for an API change in latest Python patch releases.
See the release notes for a list of changes.
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