aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormrbean-bremen <hansemrbean@googlemail.com>2022-03-15 21:00:23 +0100
committermrbean-bremen <hansemrbean@googlemail.com>2022-03-15 21:37:32 +0100
commit9e8fbfdd13175ef5c45188b11cc944e62cb2ba4b (patch)
tree2889f210dc1b5a6a43d25b766f250967002cd7ef /README.md
parentd81cd56b7f992d4b366d184c903b465f3ca038af (diff)
downloadpyfakefs-9e8fbfdd13175ef5c45188b11cc944e62cb2ba4b.tar.gz
Add tests with different pytest versions
- change first supported pytest version to 3.0 (older version do not work anymore)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e5e7254..3b18ec6 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ using convenience functions.
pyfakefs works with CPython 3.6 and above, on Linux, Windows and OSX
(MacOS), and with PyPy3.
-pyfakefs works with [PyTest](http://doc.pytest.org) version 2.8.6 or above.
+pyfakefs works with [PyTest](http://doc.pytest.org) version 3.0.0 or above.
pyfakefs will not work with Python libraries that use C libraries to access the
file system. This is because pyfakefs cannot patch the underlying C libraries'