Merge pull request #153 from reginaldl/master

Fix CHANGELOG for issue #124
This commit is contained in:
Bruno Oliveira
2017-06-09 18:52:11 -03:00
committed by GitHub

View File

@@ -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 1.16.0
------ ------
@@ -10,10 +17,6 @@
and ``EachScheduling`` implementations. Note that required scheduler class public and ``EachScheduling`` implementations. Note that required scheduler class public
API may change in next ``pytest-xdist`` versions. 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 1.15.0
------ ------