From 7a82285b0330c3ccf3681d51927cced9d9d7778c Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Sat, 6 Jul 2019 17:29:35 -0300 Subject: [PATCH] Update CHANGELOG --- changelog/5564.feature.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/changelog/5564.feature.rst b/changelog/5564.feature.rst index afc9f3323..e2f365a33 100644 --- a/changelog/5564.feature.rst +++ b/changelog/5564.feature.rst @@ -1,3 +1 @@ -New ``Config.invocation_args`` and ``Config.invocation_plugins`` attributes. - -These attributes can be used by plugins to access the unchanged arguments passed to ``pytest.main()``. +New ``Config.invocation_args`` attribute containing the unchanged arguments passed to ``pytest.main()``.