From de257e6b837ce3126c9f138c17d4672c4ac7bc01 Mon Sep 17 00:00:00 2001 From: reginaldl Date: Fri, 9 Jun 2017 10:51:12 -0700 Subject: [PATCH] Fix CHANGELOG for issue #124 --- CHANGELOG | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 091a3b5..65afd1b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ +1.17.0 +------ + +- fix #124: xdist would mark test as complete after 'call' step. As a result, + xdist could identify the wrong test as failing when test crashes at teardown. + To address this issue, xdist now marks test as complete at teardown. + 1.16.0 ------ @@ -10,10 +17,6 @@ and ``EachScheduling`` implementations. Note that required scheduler class public API may change in next ``pytest-xdist`` versions. -- fix #124: xdist would mark test as complete after 'call' step. As a result, - xdist could identify the wrong test as failing when test crashes at teardown. - To address this issue, xdist now marks test as complete at teardown. - 1.15.0 ------