Merge pull request #195 from nicoddemus/release-1.18.2

Prepare CHANGELOG for 1.18.2
This commit is contained in:
Bruno Oliveira
2017-08-02 18:23:10 -03:00
committed by GitHub
3 changed files with 15 additions and 3 deletions

View File

@@ -1,3 +1,18 @@
pytest-xdist 1.18.2 (2017-07-28)
================================
Bug Fixes
---------
- Removal of unnecessary dependency on incorrect version of py. (`#105
<https://github.com/pytest-dev/pytest-xdist/issues/105>`_)
- Fix bug in internal event-loop error handler in the master node. This bug
would shadow the original errors making extremely hard/impossible for users
to diagnose the problem properly. (`#175 <https://github.com/pytest-
dev/pytest-xdist/issues/175>`_)
pytest-xdist 1.18.1 (2017-07-05) pytest-xdist 1.18.1 (2017-07-05)
================================ ================================

View File

@@ -1 +0,0 @@
Removal of unnecessary dependency on incorrect version of py.

View File

@@ -1,2 +0,0 @@
Fix error internal error handling during event loop in the master node. This bug would shadow the original errors
making extremely hard/impossible for users to diagnose the problem properly.