Prepare release 1.22.5

This commit is contained in:
Bruno Oliveira
2018-07-27 17:07:40 -03:00
parent b9d91e913e
commit dba68518fc
2 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,16 @@
pytest-xdist 1.22.5 (2018-07-27)
================================
Bug Fixes
---------
- `#321 <https://github.com/pytest-dev/pytest-xdist/issues/321>`_: Revert change that dropped support for ``pytest<3.4``.
This change caused problems in some installations, and was a mistaken
in the first place as we should not change version requirements
in bug-fix releases unless they fix an actual bug.
pytest-xdist 1.22.4 (2018-07-27) pytest-xdist 1.22.4 (2018-07-27)
================================ ================================

View File

@@ -1,5 +0,0 @@
Revert change that dropped support for ``pytest<3.4``.
This change caused problems in some installations, and was a mistaken
in the first place as we should not change version requirements
in bug-fix releases unless they fix an actual bug.