Merge pull request #239 from nicoddemus/release-1.20.1

Release 1.20.1
This commit is contained in:
Bruno Oliveira
2017-10-05 17:22:48 -03:00
committed by GitHub
3 changed files with 14 additions and 2 deletions

View File

@@ -1,3 +1,17 @@
pytest-xdist 1.20.1 (2017-10-05)
================================
Bug Fixes
---------
- Fix hang when all worker nodes crash and restart limit is reached (`#45
<https://github.com/pytest-dev/pytest-xdist/issues/45>`_)
- Fix issue where the -n option would still run distributed tests when pytest
was run with the --collect-only option (`#5
<https://github.com/pytest-dev/pytest-xdist/issues/5>`_)
pytest-xdist 1.20.0 (2017-08-17) pytest-xdist 1.20.0 (2017-08-17)
================================ ================================

View File

@@ -1 +0,0 @@
Fix hang when all worker nodes crash and restart limit is reached

View File

@@ -1 +0,0 @@
Fix issue where the -n option would still run distributed tests when pytest was run with the --collect-only option