From c2c9b27771f2c859d71d864384b96373ddda9e96 Mon Sep 17 00:00:00 2001 From: Raphael Pierzina Date: Fri, 1 Feb 2019 13:15:18 +0100 Subject: [PATCH] Update changelog to reflect spelling change of xfail in teststatus report Resolve #4705 --- CHANGELOG.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 76c947473..9afd301bb 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -96,6 +96,9 @@ Trivial/Internal Changes - `#4657 `_: Copy saferepr from pylib +- `#4668 `_: The verbose word for expected failures in the teststatus report changes from ``xfail`` to ``XFAIL`` to be consistent with other test outcomes. + + pytest 4.1.1 (2019-01-12) =========================