From 953a618102782daceb229af3b8788b71560b1f0d Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Mon, 30 Jul 2018 12:18:37 -0300 Subject: [PATCH] Update CHANGELOG entry about pytest_namespace deprecation --- changelog/2639.removal.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog/2639.removal.rst b/changelog/2639.removal.rst index b6c1eed8a..3ae6aa4db 100644 --- a/changelog/2639.removal.rst +++ b/changelog/2639.removal.rst @@ -1,3 +1,4 @@ ``pytest_namespace`` has been deprecated. -Plugins who need this feature are suggested to import ``pytest`` and set attributes explicitly during ``pytest_configure``. +See the documentation for ``pytest_namespace`` hook for suggestions on how to deal +with this in plugins which use this functionality.