diff --git a/changelog/426.feature.rst b/changelog/426.feature.rst index ad85749..c29bd9e 100644 --- a/changelog/426.feature.rst +++ b/changelog/426.feature.rst @@ -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``.