Skip to content

Commit

Permalink
Release 5.2.4
Browse files Browse the repository at this point in the history
- fixes a rare problem on pytest shutdown
  • Loading branch information
mrbean-bremen committed Aug 18, 2023
1 parent cc67e1e commit 1d8b586
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ The released versions correspond to PyPI releases.

## Unreleased

## [Version 5.2.3](https://pypi.python.org/pypi/pyfakefs/5.2.3) (2023-08-18)
Fixes a rare problem on pytest shutdown.

### Fixes
* Clear the patched module cache on session shutdown (pytest only)
(see [#866](../../issues/866)). Added a class method `Patcher.cler_fs_cache`
Expand Down

0 comments on commit 1d8b586

Please sign in to comment.