summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorMyComputer <mycomputer@MyComputers-MBP.fios-router.home>2019-05-18 17:11:23 -0400
committerMyComputer <mycomputer@MyComputers-MBP.fios-router.home>2019-05-18 17:11:23 -0400
commit8f04bd003c67e6b1bffb2175fe191cc33954a95b (patch)
tree3b40243d89009b3716e8e43fad19a469e9299ad3 /CHANGELOG.rst
parentd94b4b031ffb1e1d47a6498c1552d0d5cb7a6d6a (diff)
downloadpytest-8f04bd003c67e6b1bffb2175fe191cc33954a95b.tar.gz
Fix misspellings
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 013e891d8..86a2d9b84 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1630,7 +1630,7 @@ Bug Fixes
- `#2220 <https://github.com/pytest-dev/pytest/issues/2220>`_: Fix a bug where fixtures overridden by direct parameters (for example parametrization) were being instantiated even if they were not being used by a test.
-- `#3695 <https://github.com/pytest-dev/pytest/issues/3695>`_: Fix ``ApproxNumpy`` initialisation argument mixup, ``abs`` and ``rel`` tolerances were flipped causing strange comparsion results.
+- `#3695 <https://github.com/pytest-dev/pytest/issues/3695>`_: Fix ``ApproxNumpy`` initialisation argument mixup, ``abs`` and ``rel`` tolerances were flipped causing strange comparison results.
Add tests to check ``abs`` and ``rel`` tolerances for ``np.array`` and test for expecting ``nan`` with ``np.array()``