@@ -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)
|
||||||
================================
|
================================
|
||||||
|
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
Change terminology used by ``pytest-xdist`` to *master* and *worker* in arguments and messages (for example ``--max-worker-reset``).
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
Fix issue when using ``loadscope`` or ``loadfile`` where tests would fail to start if the first scope had only one test.
|
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user