Skip to content

Commit 59caed8

Browse files
authored
Merge pull request #530 from pytest-dev/release-1.32.0
2 parents 905eb32 + d3e1a52 commit 59caed8

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
pytest-xdist 1.32.0 (2020-05-03)
2+
================================
3+
4+
Deprecations and Removals
5+
-------------------------
6+
7+
- `#475 <https://github.com/pytest-dev/pytest-xdist/issues/475>`_: Drop support for EOL Python 3.4.
8+
9+
10+
Features
11+
--------
12+
13+
- `#524 <https://github.com/pytest-dev/pytest-xdist/issues/524>`_: Add `testrun_uid` fixture. This is a shared value that uniquely identifies a test run among all workers.
14+
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.
15+
16+
117
pytest-xdist 1.31.0 (2019-12-19)
218
================================
319

changelog/475.removal

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/524.feature

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)