From ec6129639ef3697ce05edbfcd9a5b1c6f9e4d294 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Fri, 28 Sep 2018 06:38:50 -0300 Subject: [PATCH] Release 1.23.2 --- CHANGELOG.rst | 9 +++++++++ changelog/344.bugfix | 1 - 2 files changed, 9 insertions(+), 1 deletion(-) delete mode 100644 changelog/344.bugfix diff --git a/CHANGELOG.rst b/CHANGELOG.rst index de38bff..243d389 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,12 @@ +pytest-xdist 1.23.2 (2018-09-28) +================================ + +Bug Fixes +--------- + +- `#344 `_: Fix issue where Warnings could cause pytest to fail if they do not set the args attribute correctly. + + pytest-xdist 1.23.1 (2018-09-25) ================================ diff --git a/changelog/344.bugfix b/changelog/344.bugfix deleted file mode 100644 index a88fca2..0000000 --- a/changelog/344.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix issue where Warnings could cause pytest to fail if they do not set the args attribute correctly.