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.