You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -411,6 +411,28 @@ Improved Documentation
411
411
412
412
.. towncrier release notes start
413
413
414
+
pytest-xdist 1.30.0 (2019-10-01)
415
+
================================
416
+
417
+
Features
418
+
--------
419
+
420
+
- `#448 <https://github.com/pytest-dev/pytest-xdist/issues/448>`_: Initialization between workers and master nodes is now more consistent, which fixes a number of
421
+
long-standing issues related to startup with the ``-c`` option.
422
+
423
+
Issues:
424
+
425
+
* `#6 <https://github.com/pytest-dev/pytest-xdist/issues/6>`__: Poor interaction between ``-n#`` and ``-c X.cfg``
426
+
* `#445 <https://github.com/pytest-dev/pytest-xdist/issues/445>`__: pytest-xdist is not reporting the same nodeid as pytest does
427
+
428
+
This however only works with **pytest 5.1 or later**, as it required changes in pytest itself.
429
+
430
+
431
+
Bug Fixes
432
+
---------
433
+
434
+
- `#467 <https://github.com/pytest-dev/pytest-xdist/issues/467>`_: Fix crash issues related to running xdist with the terminal plugin disabled.
0 commit comments