Update CHANGELOG

This commit is contained in:
Bruno Oliveira
2023-11-11 11:32:15 -03:00
parent 64f9388f41
commit a6b56112f9
3 changed files with 15 additions and 6 deletions

View File

@@ -1,3 +1,18 @@
pytest-xdist 3.4.0 (2023-11-11)
===============================
Features
--------
- `#963 <https://github.com/pytest-dev/pytest-xdist/issues/963>`_: Wait for workers to finish reporting when test run stops early.
This makes sure that the results of in-progress tests are displayed.
Previously these reports were being discarded, losing information about the
test run.
- `#965 <https://github.com/pytest-dev/pytest-xdist/issues/965>`_: Added support for Python 3.12.
pytest-xdist 3.3.1 (2023-05-19)
===============================

View File

@@ -1,5 +0,0 @@
Wait for workers to finish reporting when test run stops early.
This makes sure that the results of in-progress tests are displayed.
Previously these reports were being discarded, losing information about the
test run.

View File

@@ -1 +0,0 @@
Added support for Python 3.12.