Releases: pytest-dev/pyfakefs
Releases · pytest-dev/pyfakefs
pyfakefs release version 5.10.2
Bugfix release.
Fixes a problem with pathlib.glob in Python 3.14.
pyfakefs release version 5.10.1
Bug fix release.
Fixes a regression introduced in version 5.9.0 related to shutil.copytree.
pyfakefs release version 5.10.0
- adds official support for Python 3.14
- last minor release before 6.0, which will support Python >= 3.10
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