From 7ab9cf1a7aa9c68f0206843851a804032d7f4aa9 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Tue, 2 Apr 2019 19:20:32 -0300 Subject: [PATCH] Apply suggestions from code review Co-Authored-By: nicoddemus --- changelog/426.feature.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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``.