From 075a74202bc55beab748b901fcd10a2035b3ed48 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Thu, 9 Jul 2020 20:14:37 -0300 Subject: [PATCH 1/3] Add missing changelog for #554 --- changelog/554.feature.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/554.feature.rst diff --git a/changelog/554.feature.rst b/changelog/554.feature.rst new file mode 100644 index 00000000..8e67c954 --- /dev/null +++ b/changelog/554.feature.rst @@ -0,0 +1 @@ +Fix warnings support for upcoming pytest 6.0. From fbfe3b9a913a355403ce1c30690e51e916a9c723 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Thu, 9 Jul 2020 20:19:17 -0300 Subject: [PATCH 2/3] Add missing changelog for #548 --- changelog/548.trivial.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/548.trivial.rst diff --git a/changelog/548.trivial.rst b/changelog/548.trivial.rst new file mode 100644 index 00000000..37a3170b --- /dev/null +++ b/changelog/548.trivial.rst @@ -0,0 +1 @@ +SCM and CI files are no longer included in the source distribution. From 7396ffb7e8f26f328edc3df8d721c7e0c9b84bb3 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Thu, 9 Jul 2020 20:20:02 -0300 Subject: [PATCH 3/3] Release 1.33.0 --- CHANGELOG.rst | 15 +++++++++++++++ changelog/548.trivial.rst | 1 - changelog/554.feature.rst | 1 - 3 files changed, 15 insertions(+), 2 deletions(-) delete mode 100644 changelog/548.trivial.rst delete mode 100644 changelog/554.feature.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index cd52e9aa..11a2958a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,18 @@ +pytest-xdist 1.33.0 (2020-07-09) +================================ + +Features +-------- + +- `#554 `_: Fix warnings support for upcoming pytest 6.0. + + +Trivial Changes +--------------- + +- `#548 `_: SCM and CI files are no longer included in the source distribution. + + pytest-xdist 1.32.0 (2020-05-03) ================================ diff --git a/changelog/548.trivial.rst b/changelog/548.trivial.rst deleted file mode 100644 index 37a3170b..00000000 --- a/changelog/548.trivial.rst +++ /dev/null @@ -1 +0,0 @@ -SCM and CI files are no longer included in the source distribution. diff --git a/changelog/554.feature.rst b/changelog/554.feature.rst deleted file mode 100644 index 8e67c954..00000000 --- a/changelog/554.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Fix warnings support for upcoming pytest 6.0.