Prepare release 1.22.3

This commit is contained in:
Bruno Oliveira
2018-07-23 16:20:22 -03:00
parent 0722ea12ef
commit 6ec967a3f2
3 changed files with 15 additions and 2 deletions

View File

@@ -1,3 +1,18 @@
pytest-xdist 1.22.3 (2018-07-23)
================================
Bug Fixes
---------
- Fix issue of virtualized or containerized environments not reporting the number of CPUs correctly. (`#9 <https://github.com/pytest-dev/pytest-xdist/issues/9>`_)
Trivial Changes
---------------
- Make all classes subclass from ``object`` and fix ``super()`` call in ``LoadFileScheduling``; (`#297 <https://github.com/pytest-dev/pytest-xdist/issues/297>`_)
pytest-xdist 1.22.2 (2018-02-26) pytest-xdist 1.22.2 (2018-02-26)
================================ ================================

View File

@@ -1 +0,0 @@
Make all classes subclass from ``object`` and fix ``super()`` call in ``LoadFileScheduling``;

View File

@@ -1 +0,0 @@
Fix issue of virtualized or containerized environments not reporting the number of CPUs correctly.