|
| 1 | +pytest-xdist 1.31.0 (2019-12-19) |
| 2 | +================================ |
| 3 | + |
| 4 | +Features |
| 5 | +-------- |
| 6 | + |
| 7 | +- `#486 <https://github.com/pytest-dev/pytest-xdist/issues/486>`_: Add support for Python 3.8. |
| 8 | + |
| 9 | + |
| 10 | +Bug Fixes |
| 11 | +--------- |
| 12 | + |
| 13 | +- `#491 <https://github.com/pytest-dev/pytest-xdist/issues/491>`_: Fix regression that caused custom plugin command-line arguments to be discarded when using ``--tx`` mode. |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | +pytest-xdist 1.30.0 (2019-10-01) |
| 18 | +================================ |
| 19 | + |
| 20 | +Features |
| 21 | +-------- |
| 22 | + |
| 23 | +- `#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 |
| 24 | + long-standing issues related to startup with the ``-c`` option. |
| 25 | + |
| 26 | + Issues: |
| 27 | + |
| 28 | + * `#6 <https://github.com/pytest-dev/pytest-xdist/issues/6>`__: Poor interaction between ``-n#`` and ``-c X.cfg`` |
| 29 | + * `#445 <https://github.com/pytest-dev/pytest-xdist/issues/445>`__: pytest-xdist is not reporting the same nodeid as pytest does |
| 30 | + |
| 31 | + This however only works with **pytest 5.1 or later**, as it required changes in pytest itself. |
| 32 | + |
| 33 | + |
| 34 | +Bug Fixes |
| 35 | +--------- |
| 36 | + |
| 37 | +- `#467 <https://github.com/pytest-dev/pytest-xdist/issues/467>`_: Fix crash issues related to running xdist with the terminal plugin disabled. |
| 38 | + |
| 39 | + |
1 | 40 | pytest-xdist 1.29.0 (2019-06-14)
|
2 | 41 | ================================
|
3 | 42 |
|
@@ -401,39 +440,6 @@ Improved Documentation
|
401 | 440 | - Added ``HOWTORELEASE`` documentation. (#155)
|
402 | 441 |
|
403 | 442 |
|
404 |
| -.. |
405 |
| - You should *NOT* be adding new change log entries to this file, this |
406 |
| - file is managed by towncrier. You *may* edit previous change logs to |
407 |
| - fix problems like typo corrections or such. |
408 |
| - To add a new change log entry, please see |
409 |
| - https://pip.pypa.io/en/latest/development/#adding-a-news-entry |
410 |
| - We named the news folder ``changelog`` |
411 |
| -
|
412 |
| -.. towncrier release notes start |
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. |
435 |
| - |
436 |
| - |
437 | 443 | 1.17.0
|
438 | 444 | ------
|
439 | 445 |
|
|
0 commit comments