Apply suggestions from code review

Co-Authored-By: nicoddemus <nicoddemus@gmail.com>
This commit is contained in:
Daniel Hahler
2019-04-02 19:20:32 -03:00
committed by GitHub
parent 89d07a5cf2
commit 7ab9cf1a7a

View File

@@ -1,5 +1,5 @@
``pytest-xdist`` now uses the new ``pytest_report_to_serializable`` and ``pytest_report_from_serializable``
from ``pytest 4.4`` (still experimental). This will make report serialization more reliable and
``pytest-xdist`` now uses the new ``pytest_report_to_serializable`` and ``pytest_report_from_serializable``
hooks from ``pytest 4.4`` (still experimental). This will make report serialization more reliable and
extensible.
This also means that ``pytest-xdist`` now also requires ``pytest>=4.4``.
This also means that ``pytest-xdist`` now requires ``pytest>=4.4``.