Skip to content

Commit

Permalink
Release 5.7.3
Browse files Browse the repository at this point in the history
- fixes a regression
- adds workaround for recursion problem with pytest
  • Loading branch information
mrbean-bremen committed Dec 15, 2024
1 parent 36d0efc commit b89d9b9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ The released versions correspond to PyPI releases.
* the default for `FakeFilesystem.shuffle_listdir_results` will change to `True` to reflect
the real filesystem behavior

## Unreleased
## [Version 5.7.3](https://pypi.python.org/pypi/pyfakefs/5.7.3) (2024-12-15)
Fixes a regression in version 5.7.3.

### Fixes
* fixed a regression in version 5.7.2 that `tempfile` was not patched after pause/resume
Expand All @@ -22,7 +23,7 @@ The released versions correspond to PyPI releases.

### Infrastructure
* run pytest-specific tests for all supported Python versions
* pytest is only supported for versions >= 6.2.5, earlier version do not work
* pytest is only supported for versions >= 6.2.5, earlier version do not work in Python >= 3.10
due to a pytest issue - adapted tests and documentation

## [Version 5.7.2](https://pypi.python.org/pypi/pyfakefs/5.7.2) (2024-12-01)
Expand Down

0 comments on commit b89d9b9

Please sign in to comment.