Skip to content

Releases: pytest-dev/pyfakefs

pyfakefs release version 5.8.0

11 Mar 19:28
5b9c686

Choose a tag to compare

  • 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

14 Jan 19:15
ff139b2

Choose a tag to compare

Minor bugfix release.

pyfakefs release version 5.7.3

15 Dec 14:19
f921657

Choose a tag to compare

  • fixes a regression
  • adds workaround for recursion problem with pytest

pyfakefs release version 5.7.2

01 Dec 14:29
1e12979

Choose a tag to compare

Fixes some problems with patching.

pyfakefs release version 5.7.1

13 Oct 07:51
682a75f

Choose a tag to compare

Fixes a regression in version 5.7.0 that broke patching fcntl.

pyfakefs release version 5.7.0

08 Oct 17:12
d4adcba

Choose a tag to compare

  • 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

12 Jul 19:18
ba30aeb

Choose a tag to compare

Adds preliminary support for Python 3.13.
See the release notes for a list of changes.

pyfakefs release version 5.5.0

12 May 06:41
353ad03

Choose a tag to compare

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

11 Apr 18:13
cc59364

Choose a tag to compare

Bugfix release - fixes a regression.

pyfakefs release version 5.4.0

07 Apr 07:12
708ce71

Choose a tag to compare

Improves permission handling, fixes several issues.