diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 639ef83..917b450 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 + `_) + +- Fix issue where the -n option would still run distributed tests when pytest + was run with the --collect-only option (`#5 + `_) + + pytest-xdist 1.20.0 (2017-08-17) ================================ diff --git a/changelog/45.bugfix b/changelog/45.bugfix deleted file mode 100644 index e4727de..0000000 --- a/changelog/45.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix hang when all worker nodes crash and restart limit is reached diff --git a/changelog/5.bugfix b/changelog/5.bugfix deleted file mode 100644 index a3e1711..0000000 --- a/changelog/5.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix issue where the -n option would still run distributed tests when pytest was run with the --collect-only option