Skip to content

Commit b89d9b9

Browse files
committed
Release 5.7.3
- fixes a regression - adds workaround for recursion problem with pytest
1 parent 36d0efc commit b89d9b9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGES.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ The released versions correspond to PyPI releases.
1212
* the default for `FakeFilesystem.shuffle_listdir_results` will change to `True` to reflect
1313
the real filesystem behavior
1414

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

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

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

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

0 commit comments

Comments
 (0)