Skip to content

Releases: pytest-dev/pyfakefs

pyfakefs release version 6.1.1

09 Feb 19:42

Choose a tag to compare

  • fixes a packaging issue in latest version

pyfakefs release version 6.1.0

06 Feb 19:36
bd589e1

Choose a tag to compare

  • changes back-link references to weak references
  • minor bugfixes
  • see the release notes for a list of changes

pyfakefs release version 6.0.0

21 Dec 19:17
fe83300

Choose a tag to compare

  • removes some deprecated functionality
  • removes support for Python < 3.10
  • see the release notes for a list of changes

pyfakefs release version 5.10.2

21 Dec 19:04
8b9823c

Choose a tag to compare

  • 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.