From 180f93158e380fd570340b39ae5aafc066e07ff8 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Fri, 8 May 2020 12:59:26 -0300 Subject: [PATCH] Introduce missing remark as commented in original PR https://github.com/pytest-dev/pytest/pull/6870/files#r390667966 --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3992b2b5f..1bef283ef 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -26,7 +26,7 @@ Features - `#6870 `_: New ``Config.invocation_args`` attribute containing the unchanged arguments passed to ``pytest.main()``. - + Remark: while this is technically a new feature and according to our `policy `_ it should not have been backported, we have opened an exception in this particular case because it fixes a serious interaction with ``pytest-xdist``, so it can also be considered a bugfix. Trivial/Internal Changes ------------------------