Prepare release 1.18.1

This commit is contained in:
Bruno Oliveira
2017-07-05 21:25:10 -03:00
parent a84b106a3b
commit 3652e21f3b
3 changed files with 13 additions and 2 deletions

View File

@@ -1,3 +1,16 @@
pytest-xdist 1.18.1 (2017-07-05)
================================
Bug Fixes
---------
- Fixed serialization of ``longrepr.sections`` during error reporting from
workers. (`#171 <https://github.com/pytest-dev/pytest-xdist/issues/171>`_)
- Fix ``ReprLocal`` not being unserialized breaking --showlocals usages. (`#176
<https://github.com/pytest-dev/pytest-xdist/issues/176>`_)
pytest-xdist 1.18.0 (2017-06-26) pytest-xdist 1.18.0 (2017-06-26)
================================ ================================

View File

@@ -1 +0,0 @@
Fixed serialization of ``longrepr.sections`` during error reporting from workers.

View File

@@ -1 +0,0 @@
Fix ``ReprLocal`` not being unserialized breaking --showlocals usages.