Skip to content

Releases: pytest-dev/pyfakefs

pyfakefs release version 5.10.2

04 Nov 20:18
8b9823c

Choose a tag to compare

Bugfix release.
Fixes a problem with pathlib.glob in Python 3.14.

pyfakefs release version 5.10.1

27 Oct 17:38
3c3b0b3

Choose a tag to compare

Bug fix release.
Fixes a regression introduced in version 5.9.0 related to shutil.copytree.

pyfakefs release version 5.10.0

11 Oct 09:18
52fae28

Choose a tag to compare

  • 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

29 Aug 18:33
9d74d5e

Choose a tag to compare

Fixes a utility method.

pyfakefs release version 5.9.2

30 Jul 19:19
f2daf3e

Choose a tag to compare

This is a bugfix release. It fixes the interaction with pytest to avoid unwanted side-effects.

pyfakefs release version 5.9.1

23 Jun 19:53
b6b3967

Choose a tag to compare

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

21 Jun 13:46
945aab2

Choose a tag to compare

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

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