diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 76b63e2..07713e3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 `_) + + +Trivial Changes +--------------- + +- Make all classes subclass from ``object`` and fix ``super()`` call in ``LoadFileScheduling``; (`#297 `_) + + pytest-xdist 1.22.2 (2018-02-26) ================================ diff --git a/changelog/297.trivial.rst b/changelog/297.trivial.rst deleted file mode 100644 index 8c7688e..0000000 --- a/changelog/297.trivial.rst +++ /dev/null @@ -1 +0,0 @@ -Make all classes subclass from ``object`` and fix ``super()`` call in ``LoadFileScheduling``; diff --git a/changelog/9.bugfix b/changelog/9.bugfix deleted file mode 100644 index 7952d27..0000000 --- a/changelog/9.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix issue of virtualized or containerized environments not reporting the number of CPUs correctly.