Prepare release 1.20.0

This commit is contained in:
Bruno Oliveira
2017-08-17 18:34:03 -03:00
parent 5c46cdf62d
commit 577418f28c
3 changed files with 21 additions and 3 deletions

View File

@@ -1,3 +1,24 @@
pytest-xdist 1.20.0 (2017-08-17)
================================
Features
--------
- ``xdist`` now supports tests to log results multiple times, improving
integration with plugins which require it like `pytest-rerunfailures
<https://github.com/gocept/pytest-rerunfailures>_` and `flaky
<https://pypi.python.org/pypi/flaky>`_. (`#206 <https://github.com/pytest-
dev/pytest-xdist/issues/206>`_)
Bug Fixes
---------
- Fix issue where tests were being incorrectly identified if a worker crashed
during the ``teardown`` stage of the test. (`#124 <https://github.com/pytest-
dev/pytest-xdist/issues/124>`_)
pytest-xdist 1.19.1 (2017-08-10) pytest-xdist 1.19.1 (2017-08-10)
================================ ================================

View File

@@ -1 +0,0 @@
Fix issue where tests were being incorrectly identified if a worker crashed during the ``teardown`` stage of the test.

View File

@@ -1,2 +0,0 @@
``xdist`` now supports tests to log results multiple times, improving integration with plugins which require
it like `pytest-rerunfailures <https://github.com/gocept/pytest-rerunfailures>_` and `flaky <https://pypi.python.org/pypi/flaky>`_.