Prepare changelog for 1.22.1

This commit is contained in:
Bruno Oliveira
2018-02-19 18:10:50 -03:00
parent af4409753a
commit de993e1ee3
3 changed files with 19 additions and 2 deletions

View File

@@ -1,3 +1,22 @@
pytest-xdist 1.22.1 (2018-02-19)
================================
Bug Fixes
---------
- Fix issue when using ``loadscope`` or ``loadfile`` where tests would fail to
start if the first scope had only one test. (`#257
<https://github.com/pytest-dev/pytest-xdist/issues/257>`_)
Trivial Changes
---------------
- Change terminology used by ``pytest-xdist`` to *master* and *worker* in
arguments and messages (for example ``--max-worker-reset``). (`#234
<https://github.com/pytest-dev/pytest-xdist/issues/234>`_)
pytest-xdist 1.22.0 (2018-01-11)
================================

View File

@@ -1 +0,0 @@
Change terminology used by ``pytest-xdist`` to *master* and *worker* in arguments and messages (for example ``--max-worker-reset``).

View File

@@ -1 +0,0 @@
Fix issue when using ``loadscope`` or ``loadfile`` where tests would fail to start if the first scope had only one test.