summaryrefslogtreecommitdiff
path: root/src/_pytest/python_api.py
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2020-10-19 10:02:36 +0300
committerHugo van Kemenade <hugovk@users.noreply.github.com>2020-10-19 10:02:36 +0300
commita642650e173c99a0adaa3df64e9872649932e8ca (patch)
treec683683008f17b9fac1daa9f4bae72575c26c7ec /src/_pytest/python_api.py
parentf61d4ed9d587575fd20ee5ece1674ddc3088ee2a (diff)
downloadpytest-a642650e173c99a0adaa3df64e9872649932e8ca.tar.gz
Drop support for EOL Python 3.5
Diffstat (limited to 'src/_pytest/python_api.py')
-rw-r--r--src/_pytest/python_api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_pytest/python_api.py b/src/_pytest/python_api.py
index 373435236..9f4df8e7e 100644
--- a/src/_pytest/python_api.py
+++ b/src/_pytest/python_api.py
@@ -443,7 +443,7 @@ def approx(expected, rel=None, abs=None, nan_ok: bool = False) -> ApproxBase:
both ``a`` and ``b``, this test is symmetric (i.e. neither ``a`` nor
``b`` is a "reference value"). You have to specify an absolute tolerance
if you want to compare to ``0.0`` because there is no tolerance by
- default. Only available in python>=3.5. `More information...`__
+ default. `More information...`__
__ https://docs.python.org/3/library/math.html#math.isclose