Prepare release 1.22.4

This commit is contained in:
Bruno Oliveira
2018-07-27 09:17:18 -03:00
parent 0b638ef02e
commit c5f0c34d38
3 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
pytest-xdist 1.22.4 (2018-07-27)
================================
Bug Fixes
---------
- `#305 <https://github.com/pytest-dev/pytest-xdist/issues/305>`_: Remove last references to obsolete ``py.code``.
Remove some unnecessary references to ``py.builtin``.
- `#316 <https://github.com/pytest-dev/pytest-xdist/issues/316>`_: Workaround cpu detection on Travis CI.
pytest-xdist 1.22.3 (2018-07-23)
================================

View File

@@ -1,3 +0,0 @@
Remove last references to obsolete ``py.code``.
Remove some unnecessary references to ``py.builtin``.

View File

@@ -1 +0,0 @@
Workaround cpu detection on Travis CI.