From d3e1a52caa5e12862717100de56b5bf0b2b36b94 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Sun, 3 May 2020 01:00:40 +0200 Subject: [PATCH] Prepare version 1.32.0 --- CHANGELOG.rst | 16 ++++++++++++++++ changelog/475.removal | 1 - changelog/524.feature | 2 -- 3 files changed, 16 insertions(+), 3 deletions(-) delete mode 100644 changelog/475.removal delete mode 100644 changelog/524.feature diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e6ac0c0..cd52e9a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,19 @@ +pytest-xdist 1.32.0 (2020-05-03) +================================ + +Deprecations and Removals +------------------------- + +- `#475 `_: Drop support for EOL Python 3.4. + + +Features +-------- + +- `#524 `_: Add `testrun_uid` fixture. This is a shared value that uniquely identifies a test run among all workers. + This also adds a `PYTEST_XDIST_TESTRUNUID` environment variable that is accessible within a test as well as a command line option `--testrunuid` to manually set the value from outside. + + pytest-xdist 1.31.0 (2019-12-19) ================================ diff --git a/changelog/475.removal b/changelog/475.removal deleted file mode 100644 index 60e26e4..0000000 --- a/changelog/475.removal +++ /dev/null @@ -1 +0,0 @@ -Drop support for EOL Python 3.4. diff --git a/changelog/524.feature b/changelog/524.feature deleted file mode 100644 index 90adf05..0000000 --- a/changelog/524.feature +++ /dev/null @@ -1,2 +0,0 @@ -Add `testrun_uid` fixture. This is a shared value that uniquely identifies a test run among all workers. -This also adds a `PYTEST_XDIST_TESTRUNUID` environment variable that is accessible within a test as well as a command line option `--testrunuid` to manually set the value from outside.