aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrbean-bremen <hansemrbean@googlemail.com>2022-03-17 20:08:30 +0100
committermrbean-bremen <hansemrbean@googlemail.com>2022-03-17 20:08:30 +0100
commit9021b45afb971ceaf1e37e9472fbc464cb33d382 (patch)
tree487acf9885bbee88ce96a0feef90592f70ce493a
parent07adaba12077ea7158cd2b0e452c2c294a251369 (diff)
downloadpyfakefs-9021b45afb971ceaf1e37e9472fbc464cb33d382.tar.gz
Release 4.5.6
- fixes a regression which broke tests with older pytest versions
-rw-r--r--CHANGES.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 993192f..1d59511 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -3,12 +3,19 @@ The released versions correspond to PyPi releases.
## Unreleased
+## [Version 4.5.6](https://pypi.python.org/pypi/pyfakefs/4.5.6) (2022-03-17)
+Fixes a regression which broke tests with older pytest versions (< 3.9).
+
+### Changes
+* minimum supported pytest version is now 3.0 (older versions do not work
+ properly with current Python versions)
+
### Fixes
* only skip `_pytest.pathlib` in pytest versions where it is actually present
(see [#669](../../issues/669))
### Infrastructure
-* add tests with different pytest versions
+* add tests with different pytest versions, starting with 3.0
## [Version 4.5.5](https://pypi.python.org/pypi/pyfakefs/4.5.5) (2022-02-14)
Bugfix release, needed for compatibility with pytest 7.0.