Release 1.34.0

This commit is contained in:
Bruno Oliveira
2020-07-27 19:36:42 -03:00
parent b524317863
commit 7bf654775d
5 changed files with 19 additions and 4 deletions

View File

@@ -1,3 +1,22 @@
pytest-xdist 1.34.0 (2020-07-27)
================================
Features
--------
- `#549 <https://github.com/pytest-dev/pytest-xdist/issues/549>`_: Make ``--pdb`` imply ``--dist no``, as the two options cannot really work together at the moment.
Bug Fixes
---------
- `#478 <https://github.com/pytest-dev/pytest-xdist/issues/478>`_: Fix regression with duplicated arguments via $PYTEST_ADDOPTS in 1.30.0.
- `#558 <https://github.com/pytest-dev/pytest-xdist/issues/558>`_: Fix ``rsyncdirs`` usage with pytest 6.0.
- `#562 <https://github.com/pytest-dev/pytest-xdist/issues/562>`_: Do not trigger the deprecated ``pytest_warning_captured`` in pytest 6.0+.
pytest-xdist 1.33.0 (2020-07-09)
================================

View File

@@ -1 +0,0 @@
Fix regression with duplicated arguments via $PYTEST_ADDOPTS in 1.30.0.

View File

@@ -1 +0,0 @@
Make ``--pdb`` imply ``--dist no``, as the two options cannot really work together at the moment.

View File

@@ -1 +0,0 @@
Fix ``rsyncdirs`` usage with pytest 6.0.

View File

@@ -1 +0,0 @@
Do not trigger the deprecated ``pytest_warning_captured`` in pytest 6.0+.