Merge pull request #281 from nicoddemus/release-1.22.1

Release 1.22.1
This commit is contained in:
Bruno Oliveira
2018-02-19 19:10:07 -03:00
committed by GitHub
5 changed files with 22 additions and 7 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) pytest-xdist 1.22.0 (2018-01-11)
================================ ================================

View File

@@ -26,13 +26,11 @@ To publish a new release ``X.Y.Z``, the steps are as follows:
#. Install ``pytest-xdist`` and dev requirements in a virtualenv:: #. Install ``pytest-xdist`` and dev requirements in a virtualenv::
$ pip install -e . -r dev-requirements.txt $ pip install -e . -U -r dev-requirements.txt
#. Update ``CHANGELOG.rst`` file by running:: #. Update ``CHANGELOG.rst`` file by running::
$ towncrier --version X.Y.Z $ towncrier --version X.Y.Z --yes
It might ask for confirmation to remove news fragments; answer yes.
#. Commit and push the branch for review. #. Commit and push the branch for review.

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.

View File

@@ -33,4 +33,4 @@ template = "changelog/_template.rst"
[[tool.towncrier.type]] [[tool.towncrier.type]]
directory = "trivial" directory = "trivial"
name = "Trivial Changes" name = "Trivial Changes"
showcontent = false showcontent = true