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.